#BF0F2D

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

Shades of Cardinal #BF0F2D

Tints of Cardinal #BF0F2D

Color information

#BF0F2D (or 0xBF0F2D) is unknown color: approx Cardinal. HEX triplet: BF, 0F and 2D. RGB value is (191,15,45). Sum of RGB (Red+Green+Blue) = 191+15+45=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F2D is #40F0D2. Grayscale: #474747. Windows color (decimal): -4255955 or 2953151. OLE color: 2953151.

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

Color convert

RGB1911545-
CMYK00.920.760.25
HSL349.77º85.44%40.39%-
HSV(B)349.77º92.15%74.9%-
XYZ22.1311.613.56-
YUV71.04113.31213.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=76.10%
G=5.98%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191154500.920.760.25349.7785.4440.39
HexBFF2D05C4C1915e5528
Octal277175501341143153612550
Binary101111111111101101010111001001100110011010111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F2D; }

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

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

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

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

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

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

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

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