#B00F2A

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

Shades of Cardinal #B00F2A

Tints of Cardinal #B00F2A

Color information

#B00F2A (or 0xB00F2A) is unknown color: approx Cardinal. HEX triplet: B0, 0F and 2A. RGB value is (176,15,42). Sum of RGB (Red+Green+Blue) = 176+15+42=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F2A is #4FF0D5. Grayscale: #424242. Windows color (decimal): -5238998 or 2756528. OLE color: 2756528.

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

Color convert

RGB1761542-
CMYK00.910.760.31
HSL349.94º84.29%37.45%-
HSV(B)349.94º91.48%69.02%-
XYZ18.499.743.1-
YUV66.22114.34206.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.54%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=75.54%
G=6.44%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176154200.910.760.31349.9484.2937.45
HexB0F2A05B4C1F15e5425
Octal260175201331143753612445
Binary101100001111101010010110111001100111111010111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F2A; }

 p { color: rgb(176,15,42); }

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

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

 a { background-color: rgb(176,15,42); }

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

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

 span { border-color: rgb(176,15,42); }

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