Html Css Color HEX #BD1B20 Fire Engine Red

📋 copy color: '#BD1B20'

red 189 ◦ green 27 ◦ blue 32

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

Shades of Fire Engine Red #BD1B20

Tints of Fire Engine Red #BD1B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.89%

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

R = 76.21%
G = 10.89%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD1B20 (or 0xBD1B20) is known color: Fire Engine Red. HEX triplet: BD, 1B and 20. RGB value is (189,27,32). Sum of RGB (Red+Green+Blue) = 189+27+32=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B20 is #42E4DF. Grayscale: #4C4C4C. Windows color (decimal): -4383968 or 2104253. OLE color: 2104253.

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

Color convert

RGB 189 27 32 -
CMYK 0 0.86 0.83 0.26
HSL 358.15º 0.75% 0.42% -
HSV(B) 358.15º 0.86% 0.74% -
XYZ 21.64 11.71 2.49 -
YUV 76.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 189 27 32 0 0.86 0.83 0.26 358.15 0.75 0.42
Hex BD 1B 20 0 56 53 1A 166 4B 2A
Octal 275 33 40 0 126 123 32 546 113 52
Binary 10111101 11011 100000 0 1010110 1010011 11010 101100110 1001011 101010

Color Harmonies of #BD1B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B20

Black with #BD1B20

Text Example


Text Example

White with #BD1B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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