Html Css Color HEX #BD1320 Fire Engine Red

📋 copy color: '#BD1320'

red 189 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #BD1320

Tints of Fire Engine Red #BD1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

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

R = 78.75%
G = 7.92%
B = 13.33%

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

#BD1320 (or 0xBD1320) is known color: Fire Engine Red. HEX triplet: BD, 13 and 20. RGB value is (189,19,32). Sum of RGB (Red+Green+Blue) = 189+19+32=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1320 is #42ECDF. Grayscale: #474747. Windows color (decimal): -4386016 or 2102205. OLE color: 2102205.

HSL color Cylindrical-coordinate representation of color #BD1320: hue angle of 355.41º degrees, saturation: 0.82, 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 #BD1320 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 32 -
CMYK 0 0.90 0.83 0.26
HSL 355.41º 0.82% 0.41% -
HSV(B) 355.41º 0.9% 0.74% -
XYZ 21.48 11.39 2.43 -
YUV 71.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 189 19 32 0 0.90 0.83 0.26 355.41 0.82 0.41
Hex BD 13 20 0 5A 53 1A 163 52 29
Octal 275 23 40 0 132 123 32 543 122 51
Binary 10111101 10011 100000 0 1011010 1010011 11010 101100011 1010010 101001

Color Harmonies of #BD1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1320

Black with #BD1320

Text Example


Text Example

White with #BD1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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