#B81830

Color #B81830 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B81830

Tints of Cardinal #B81830

Color information

#B81830 (or 0xB81830) is unknown color: approx Cardinal. HEX triplet: B8, 18 and 30. RGB value is (184,24,48). Sum of RGB (Red+Green+Blue) = 184+24+48=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81830 is #47E7CF. Grayscale: #4A4A4A. Windows color (decimal): -4712400 or 3152056. OLE color: 3152056.

HSL color Cylindrical-coordinate representation of color #B81830: hue angle of 351º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81830 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1842448-
CMYK00.870.740.28
HSL351º76.92%40.78%-
HSV(B)351º86.96%72.16%-
XYZ20.6311.063.84-
YUV74.58113.01206.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 24 (9.77% from 255) = 9.38%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=71.88%
G=9.38%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184244800.870.740.2835176.9240.78
HexB818300574A1C15f4d29
Octal270306001271123453711551
Binary1011100011000110000010101111001010111001010111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81830; }

 p { color: rgb(184,24,48); }

 H1.HeaderClassName
 {
   color: #B81830;
 }
 .AnyTagClassName
 {
   color: #B81830;
 }
</style>
background-color css

<style>
 a { background-color: #B81830; }

 a { background-color: rgb(184,24,48); }

 div.DivClassName
 {
   background-color: #B81830;
 }
 .BgClassName
 {
   background-color: #B81830;
 }
</style>
border-color css

<style>
 span { border-color: #B81830; }

 span { border-color: rgb(184,24,48); }

 td.TdClassName
 {
   border-color: #B81830;
 }
 .TagClassName
 {
   border-color: #B81830;
 }
</style>