#BF0A45

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

Shades of Cardinal #BF0A45

Tints of Cardinal #BF0A45

Color information

#BF0A45 (or 0xBF0A45) is unknown color: approx Cardinal. HEX triplet: BF, 0A and 45. RGB value is (191,10,69). Sum of RGB (Red+Green+Blue) = 191+10+69=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A45 is #40F5BA. Grayscale: #464646. Windows color (decimal): -4257211 or 4524735. OLE color: 4524735.

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

Color convert

RGB1911069-
CMYK00.950.640.25
HSL340.44º90.05%39.41%-
HSV(B)340.44º94.76%74.9%-
XYZ22.6711.726.7-
YUV70.84126.97213.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.74%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=70.74%
G=3.70%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191106900.950.640.25340.4490.0539.41
HexBFA4505F40191545a27
Octal2771210501371003152413247
Binary1011111110101000101010111111000000110011010101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A45; }

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

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

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

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

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

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

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

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