Html Css Color HEX #BD2128 Fire Engine Red

📋 copy color: '#BD2128'

red 189 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #BD2128

Tints of Fire Engine Red #BD2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 72.14%
G = 12.6%
B = 15.27%

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

#BD2128 (or 0xBD2128) is known color: Fire Engine Red. HEX triplet: BD, 21 and 28. RGB value is (189,33,40). Sum of RGB (Red+Green+Blue) = 189+33+40=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2128 is #42DED7. Grayscale: #505050. Windows color (decimal): -4382424 or 2630077. OLE color: 2630077.

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

Color convert

RGB 189 33 40 -
CMYK 0 0.83 0.79 0.26
HSL 357.31º 0.7% 0.44% -
HSV(B) 357.31º 0.83% 0.74% -
XYZ 21.91 12.06 3.18 -
YUV 80.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 189 33 40 0 0.83 0.79 0.26 357.31 0.7 0.44
Hex BD 21 28 0 53 4F 1A 165 46 2C
Octal 275 41 50 0 123 117 32 545 106 54
Binary 10111101 100001 101000 0 1010011 1001111 11010 101100101 1000110 101100

Color Harmonies of #BD2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2128

Black with #BD2128

Text Example


Text Example

White with #BD2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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