Html Css Color HEX #BF122A Fire Engine Red

📋 copy color: '#BF122A'

red 191 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #BF122A

Tints of Fire Engine Red #BF122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 76.1%
G = 7.17%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF122A (or 0xBF122A) is known color: Fire Engine Red. HEX triplet: BF, 12 and 2A. RGB value is (191,18,42). Sum of RGB (Red+Green+Blue) = 191+18+42=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF122A is #40EDD5. Grayscale: #484848. Windows color (decimal): -4255190 or 2757311. OLE color: 2757311.

HSL color Cylindrical-coordinate representation of color #BF122A: hue angle of 351.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF122A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 42 -
CMYK 0 0.91 0.78 0.25
HSL 351.68º 0.83% 0.41% -
HSV(B) 351.68º 0.91% 0.75% -
XYZ 22.12 11.68 3.28 -
YUV 72.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 191 18 42 0 0.91 0.78 0.25 351.68 0.83 0.41
Hex BF 12 2A 0 5B 4E 19 160 53 29
Octal 277 22 52 0 133 116 31 540 123 51
Binary 10111111 10010 101010 0 1011011 1001110 11001 101100000 1010011 101001

Color Harmonies of #BF122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF122A

Black with #BF122A

Text Example


Text Example

White with #BF122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF122A; }

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

 H1.HeaderClassName
 {
   color: #BF122A;
 }
 .AnyTagClassName
 {
   color: #BF122A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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