#BF0A2B

Color #BF0A2B Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BF0A2B

Tints of Fire Engine Red #BF0A2B

Color information

#BF0A2B (or 0xBF0A2B) is unknown color: approx Fire Engine Red. HEX triplet: BF, 0A and 2B. RGB value is (191,10,43). Sum of RGB (Red+Green+Blue) = 191+10+43=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A2B is #40F5D4. Grayscale: #434343. Windows color (decimal): -4257237 or 2820799. OLE color: 2820799.

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

Color convert

RGB1911043-
CMYK00.950.770.25
HSL349.06º90.05%39.41%-
HSV(B)349.06º94.76%74.9%-
XYZ22.0311.473.34-
YUV67.88113.97215.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.28%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=78.28%
G=4.10%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191104300.950.770.25349.0690.0539.41
HexBFA2B05F4D1915d5a27
Octal277125301371153153513247
Binary101111111010101011010111111001101110011010111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A2B; }

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

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

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

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

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

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

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

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