Html Css Color HEX #BD1220 Fire Engine Red

📋 copy color: '#BD1220'

red 189 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #BD1220

Tints of Fire Engine Red #BD1220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 79.08%
G = 7.53%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD1220 (or 0xBD1220) is known color: Fire Engine Red. HEX triplet: BD, 12 and 20. RGB value is (189,18,32). Sum of RGB (Red+Green+Blue) = 189+18+32=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1220 is #42EDDF. Grayscale: #464646. Windows color (decimal): -4386272 or 2101949. OLE color: 2101949.

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

Color convert

RGB 189 18 32 -
CMYK 0 0.90 0.83 0.26
HSL 355.09º 0.83% 0.41% -
HSV(B) 355.09º 0.9% 0.74% -
XYZ 21.46 11.36 2.43 -
YUV 70.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 189 18 32 0 0.90 0.83 0.26 355.09 0.83 0.41
Hex BD 12 20 0 5A 53 1A 163 53 29
Octal 275 22 40 0 132 123 32 543 123 51
Binary 10111101 10010 100000 0 1011010 1010011 11010 101100011 1010011 101001

Color Harmonies of #BD1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1220

Black with #BD1220

Text Example


Text Example

White with #BD1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1220; }

 p { color: rgb(189,18,32); }

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

background-color css

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

 a { background-color: rgb(189,18,32); }

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

border-color css

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

 span { border-color: rgb(189,18,32); }

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