#BF0C2D

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

Shades of Cardinal #BF0C2D

Tints of Cardinal #BF0C2D

Color information

#BF0C2D (or 0xBF0C2D) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 2D. RGB value is (191,12,45). Sum of RGB (Red+Green+Blue) = 191+12+45=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C2D is #40F3D2. Grayscale: #454545. Windows color (decimal): -4256723 or 2952383. OLE color: 2952383.

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

Color convert

RGB1911245-
CMYK00.940.760.25
HSL348.94º88.18%39.8%-
HSV(B)348.94º93.72%74.9%-
XYZ22.0911.533.54-
YUV69.28114.3214.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=77.02%
G=4.84%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191124500.940.760.25348.9488.1839.8
HexBFC2D05E4C1915d5828
Octal277145501361143153513050
Binary101111111100101101010111101001100110011010111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C2D; }

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

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

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

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

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

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

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

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