Html Css Color HEX #BF162A Fire Engine Red

📋 copy color: '#BF162A'

red 191 ◦ green 22 ◦ blue 42

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

Shades of Fire Engine Red #BF162A

Tints of Fire Engine Red #BF162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

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

R = 74.9%
G = 8.63%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF162A (or 0xBF162A) is known color: Fire Engine Red. HEX triplet: BF, 16 and 2A. RGB value is (191,22,42). Sum of RGB (Red+Green+Blue) = 191+22+42=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF162A is #40E9D5. Grayscale: #4A4A4A. Windows color (decimal): -4254166 or 2758335. OLE color: 2758335.

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

Color convert

RGB 191 22 42 -
CMYK 0 0.88 0.78 0.25
HSL 352.9º 0.79% 0.42% -
HSV(B) 352.9º 0.88% 0.75% -
XYZ 22.19 11.82 3.3 -
YUV 74.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 191 22 42 0 0.88 0.78 0.25 352.9 0.79 0.42
Hex BF 16 2A 0 58 4E 19 161 4F 2A
Octal 277 26 52 0 130 116 31 541 117 52
Binary 10111111 10110 101010 0 1011000 1001110 11001 101100001 1001111 101010

Color Harmonies of #BF162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF162A

Black with #BF162A

Text Example


Text Example

White with #BF162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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