#BF0C36

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

Shades of Cardinal #BF0C36

Tints of Cardinal #BF0C36

Color information

#BF0C36 (or 0xBF0C36) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 36. RGB value is (191,12,54). Sum of RGB (Red+Green+Blue) = 191+12+54=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C36 is #40F3C9. Grayscale: #464646. Windows color (decimal): -4256714 or 3542207. OLE color: 3542207.

HSL color Cylindrical-coordinate representation of color #BF0C36: hue angle of 345.92º degrees, saturation: 0.88, 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 #BF0C36 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1911254-
CMYK00.940.720.25
HSL345.92º88.18%39.8%-
HSV(B)345.92º93.72%74.9%-
XYZ22.2811.614.56-
YUV70.31118.8214.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=74.32%
G=4.67%
B=21.01%

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
Decimal191125400.940.720.25345.9288.1839.8
HexBFC3605E481915a5828
Octal277146601361103153213050
Binary101111111100110110010111101001000110011010110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C36; }

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

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

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

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

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

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

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

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