#BF0A2A

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

Shades of Fire Engine Red #BF0A2A

Tints of Fire Engine Red #BF0A2A

Color information

#BF0A2A (or 0xBF0A2A) is unknown color: approx Fire Engine Red. HEX triplet: BF, 0A and 2A. RGB value is (191,10,42). Sum of RGB (Red+Green+Blue) = 191+10+42=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A2A is #40F5D5. Grayscale: #434343. Windows color (decimal): -4257238 or 2755263. OLE color: 2755263.

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

Color convert

RGB1911042-
CMYK00.950.780.25
HSL349.39º90.05%39.41%-
HSV(B)349.39º94.76%74.9%-
XYZ22.0111.463.24-
YUV67.77113.47215.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.60%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=78.60%
G=4.12%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191104200.950.780.25349.3990.0539.41
HexBFA2A05F4E1915d5a27
Octal277125201371163153513247
Binary101111111010101010010111111001110110011010111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A2A; }

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

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

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

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

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

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

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

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