Html Css Color HEX #BD112A Fire Engine Red

📋 copy color: '#BD112A'

red 189 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #BD112A

Tints of Fire Engine Red #BD112A

RGB

 RED value IS 189 (74.22% from 255) = 76.21%

 GREEN value IS 17 (7.03% from 255) = 6.85%

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

R = 76.21%
G = 6.85%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD112A (or 0xBD112A) is known color: Fire Engine Red. HEX triplet: BD, 11 and 2A. RGB value is (189,17,42). Sum of RGB (Red+Green+Blue) = 189+17+42=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD112A is #42EED5. Grayscale: #474747. Windows color (decimal): -4386518 or 2757053. OLE color: 2757053.

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

Color convert

RGB 189 17 42 -
CMYK 0 0.91 0.78 0.26
HSL 351.28º 0.83% 0.4% -
HSV(B) 351.28º 0.91% 0.74% -
XYZ 21.6 11.39 3.25 -
YUV 71.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 189 17 42 0 0.91 0.78 0.26 351.28 0.83 0.4
Hex BD 11 2A 0 5B 4E 1A 15F 53 28
Octal 275 21 52 0 133 116 32 537 123 50
Binary 10111101 10001 101010 0 1011011 1001110 11010 101011111 1010011 101000

Color Harmonies of #BD112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD112A

Black with #BD112A

Text Example


Text Example

White with #BD112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD112A; }

 p { color: rgb(189,17,42); }

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

background-color css

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

 a { background-color: rgb(189,17,42); }

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

border-color css

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

 span { border-color: rgb(189,17,42); }

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