#B00842

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

Shades of Cardinal #B00842

Tints of Cardinal #B00842

Color information

#B00842 (or 0xB00842) is unknown color: approx Cardinal. HEX triplet: B0, 08 and 42. RGB value is (176,8,66). Sum of RGB (Red+Green+Blue) = 176+8+66=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B00842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00842 is #4FF7BD. Grayscale: #404040. Windows color (decimal): -5240766 or 4327600. OLE color: 4327600.

HSL color Cylindrical-coordinate representation of color #B00842: hue angle of 339.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00842 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB176866-
CMYK00.950.620.31
HSL339.29º91.3%36.08%-
HSV(B)339.29º95.45%69.02%-
XYZ18.979.86.05-
YUV64.84128.66207.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.4%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=70.4%
G=3.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17686600.950.620.31339.2991.336.08
HexB084205F3E1F1535b24
Octal260101020137763752313344
Binary101100001000100001001011111111110111111010100111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00842; }

 p { color: rgb(176,8,66); }

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

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

 a { background-color: rgb(176,8,66); }

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

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

 span { border-color: rgb(176,8,66); }

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