#BF0A46

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

Shades of Cardinal #BF0A46

Tints of Cardinal #BF0A46

Color information

#BF0A46 (or 0xBF0A46) is unknown color: approx Cardinal. HEX triplet: BF, 0A and 46. RGB value is (191,10,70). Sum of RGB (Red+Green+Blue) = 191+10+70=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A46 is #40F5B9. Grayscale: #464646. Windows color (decimal): -4257210 or 4590271. OLE color: 4590271.

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

Color convert

RGB1911070-
CMYK00.950.630.25
HSL340.11º90.05%39.41%-
HSV(B)340.11º94.76%74.9%-
XYZ22.711.746.86-
YUV70.96127.47213.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.48%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=70.48%
G=3.69%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191107000.950.630.25340.1190.0539.41
HexBFA4605F3F191545a27
Octal277121060137773152413247
Binary101111111010100011001011111111111110011010101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A46; }

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

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

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

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

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

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

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

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