Html Css Color HEX #BF0A2A Fire Engine Red

📋 copy color: '#BF0A2A'

red 191 ◦ green 10 ◦ blue 42

#BF0A2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BF0A2A

Tints of Fire Engine Red #BF0A2A

RGB

 RED value IS 191 (75% from 255) = 78.6%

 GREEN value IS 10 (4.3% from 255) = 4.12%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 78.6%
G = 4.12%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF0A2A (or 0xBF0A2A) is known color: 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

RGB 191 10 42 -
CMYK 0 0.95 0.78 0.25
HSL 349.39º 0.9% 0.39% -
HSV(B) 349.39º 0.95% 0.75% -
XYZ 22.01 11.46 3.24 -
YUV 67.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 191 10 42 0 0.95 0.78 0.25 349.39 0.9 0.39
Hex BF A 2A 0 5F 4E 19 15D 5A 27
Octal 277 12 52 0 137 116 31 535 132 47
Binary 10111111 1010 101010 0 1011111 1001110 11001 101011101 1011010 100111

Color Harmonies of #BF0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0A2A

Black with #BF0A2A

Text Example


Text Example

White with #BF0A2A

Text Example


Text Example

HTML Codes & Css Web 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>