Html Css Color HEX #BD2028 Fire Engine Red

📋 copy color: '#BD2028'

red 189 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #BD2028

Tints of Fire Engine Red #BD2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 72.41%
G = 12.26%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD2028 (or 0xBD2028) is known color: Fire Engine Red. HEX triplet: BD, 20 and 28. RGB value is (189,32,40). Sum of RGB (Red+Green+Blue) = 189+32+40=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2028 is #42DFD7. Grayscale: #4F4F4F. Windows color (decimal): -4382680 or 2629821. OLE color: 2629821.

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

Color convert

RGB 189 32 40 -
CMYK 0 0.83 0.79 0.26
HSL 356.94º 0.71% 0.43% -
HSV(B) 356.94º 0.83% 0.74% -
XYZ 21.89 12.01 3.17 -
YUV 79.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 189 32 40 0 0.83 0.79 0.26 356.94 0.71 0.43
Hex BD 20 28 0 53 4F 1A 165 47 2B
Octal 275 40 50 0 123 117 32 545 107 53
Binary 10111101 100000 101000 0 1010011 1001111 11010 101100101 1000111 101011

Color Harmonies of #BD2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2028

Black with #BD2028

Text Example


Text Example

White with #BD2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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