#BF0D48

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

Shades of Cardinal #BF0D48

Tints of Cardinal #BF0D48

Color information

#BF0D48 (or 0xBF0D48) is unknown color: approx Cardinal. HEX triplet: BF, 0D and 48. RGB value is (191,13,72). Sum of RGB (Red+Green+Blue) = 191+13+72=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0D48 is #40F2B7. Grayscale: #484848. Windows color (decimal): -4256440 or 4722111. OLE color: 4722111.

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

Color convert

RGB1911372-
CMYK00.930.620.25
HSL340.11º87.25%40%-
HSV(B)340.11º93.19%74.9%-
XYZ22.811.837.21-
YUV72.95127.47212.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.20%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=69.20%
G=4.71%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191137200.930.620.25340.1187.2540
HexBFD4805D3E191545728
Octal277151100135763152412750
Binary101111111101100100001011101111110110011010101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0D48; }

 p { color: rgb(191,13,72); }

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

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

 a { background-color: rgb(191,13,72); }

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

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

 span { border-color: rgb(191,13,72); }

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