#BF0A31

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

Shades of Cardinal #BF0A31

Tints of Cardinal #BF0A31

Color information

#BF0A31 (or 0xBF0A31) is unknown color: approx Cardinal. HEX triplet: BF, 0A and 31. RGB value is (191,10,49). Sum of RGB (Red+Green+Blue) = 191+10+49=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A31 is #40F5CE. Grayscale: #444444. Windows color (decimal): -4257231 or 3214015. OLE color: 3214015.

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

Color convert

RGB1911049-
CMYK00.950.740.25
HSL347.07º90.05%39.41%-
HSV(B)347.07º94.76%74.9%-
XYZ22.1511.523.96-
YUV68.56116.97215.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.4%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=76.4%
G=4%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191104900.950.740.25347.0790.0539.41
HexBFA3105F4A1915b5a27
Octal277126101371123153313247
Binary101111111010110001010111111001010110011010110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A31; }

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

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

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

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

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

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

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

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