#BF0B36

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

Shades of Cardinal #BF0B36

Tints of Cardinal #BF0B36

Color information

#BF0B36 (or 0xBF0B36) is unknown color: approx Cardinal. HEX triplet: BF, 0B and 36. RGB value is (191,11,54). Sum of RGB (Red+Green+Blue) = 191+11+54=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B36 is #40F4C9. Grayscale: #454545. Windows color (decimal): -4256970 or 3541951. OLE color: 3541951.

HSL color Cylindrical-coordinate representation of color #BF0B36: hue angle of 345.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B36 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1911154-
CMYK00.940.720.25
HSL345.67º89.11%39.61%-
HSV(B)345.67º94.24%74.9%-
XYZ22.2711.584.55-
YUV69.72119.13214.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.61%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=74.61%
G=4.30%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191115400.940.720.25345.6789.1139.61
HexBFB3605E481915a5928
Octal277136601361103153213150
Binary101111111011110110010111101001000110011010110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B36; }

 p { color: rgb(191,11,54); }

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

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

 a { background-color: rgb(191,11,54); }

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

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

 span { border-color: rgb(191,11,54); }

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