#B00F27

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

Shades of Cardinal #B00F27

Tints of Cardinal #B00F27

Color information

#B00F27 (or 0xB00F27) is unknown color: approx Cardinal. HEX triplet: B0, 0F and 27. RGB value is (176,15,39). Sum of RGB (Red+Green+Blue) = 176+15+39=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F27 is #4FF0D8. Grayscale: #414141. Windows color (decimal): -5239001 or 2559920. OLE color: 2559920.

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

Color convert

RGB1761539-
CMYK00.910.780.31
HSL351.06º84.29%37.45%-
HSV(B)351.06º91.48%69.02%-
XYZ18.449.722.82-
YUV65.88112.84206.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.52%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=76.52%
G=6.52%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176153900.910.780.31351.0684.2937.45
HexB0F2705B4E1F15f5425
Octal260174701331163753712445
Binary101100001111100111010110111001110111111010111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F27; }

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

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

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

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

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

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

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

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