#B00938

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

Shades of Cardinal #B00938

Tints of Cardinal #B00938

Color information

#B00938 (or 0xB00938) is unknown color: approx Cardinal. HEX triplet: B0, 09 and 38. RGB value is (176,9,56). Sum of RGB (Red+Green+Blue) = 176+9+56=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B00938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00938 is #4FF6C7. Grayscale: #404040. Windows color (decimal): -5240520 or 3672496. OLE color: 3672496.

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

Color convert

RGB176956-
CMYK00.950.680.31
HSL343.11º90.27%36.27%-
HSV(B)343.11º94.89%69.02%-
XYZ18.729.714.63-
YUV64.29123.33207.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.03%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=73.03%
G=3.73%
B=23.24%

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
Decimal17695600.950.680.31343.1190.2736.27
HexB093805F441F1575a24
Octal260117001371043752713244
Binary101100001001111000010111111000100111111010101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00938; }

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

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

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

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

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

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

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

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