#B00939

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

Shades of Cardinal #B00939

Tints of Cardinal #B00939

Color information

#B00939 (or 0xB00939) is unknown color: approx Cardinal. HEX triplet: B0, 09 and 39. RGB value is (176,9,57). Sum of RGB (Red+Green+Blue) = 176+9+57=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B00939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00939 is #4FF6C6. Grayscale: #404040. Windows color (decimal): -5240519 or 3738032. OLE color: 3738032.

HSL color Cylindrical-coordinate representation of color #B00939: hue angle of 342.75º degrees, saturation: 0.9, 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 #B00939 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB176957-
CMYK00.950.680.31
HSL342.75º90.27%36.27%-
HSV(B)342.75º94.89%69.02%-
XYZ18.749.724.76-
YUV64.4123.83207.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=72.73%
G=3.72%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17695700.950.680.31342.7590.2736.27
HexB093905F441F1575a24
Octal260117101371043752713244
Binary101100001001111001010111111000100111111010101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00939; }

 p { color: rgb(176,9,57); }

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

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

 a { background-color: rgb(176,9,57); }

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

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

 span { border-color: rgb(176,9,57); }

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