#BF0B46

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

Shades of Cardinal #BF0B46

Tints of Cardinal #BF0B46

Color information

#BF0B46 (or 0xBF0B46) is unknown color: approx Cardinal. HEX triplet: BF, 0B and 46. RGB value is (191,11,70). Sum of RGB (Red+Green+Blue) = 191+11+70=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B46 is #40F4B9. Grayscale: #474747. Windows color (decimal): -4256954 or 4590527. OLE color: 4590527.

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

Color convert

RGB1911170-
CMYK00.940.630.25
HSL340.33º89.11%39.61%-
HSV(B)340.33º94.24%74.9%-
XYZ22.7111.766.87-
YUV71.55127.13213.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=70.22%
G=4.04%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191117000.940.630.25340.3389.1139.61
HexBFB4605E3F191545928
Octal277131060136773152413150
Binary101111111011100011001011110111111110011010101001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B46; }

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

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

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

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

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

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

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

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