Html Css Color HEX #BD0B29 Fire Engine Red

📋 copy color: '#BD0B29'

red 189 ◦ green 11 ◦ blue 41

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

Shades of Fire Engine Red #BD0B29

Tints of Fire Engine Red #BD0B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 78.42%
G = 4.56%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0B29 (or 0xBD0B29) is known color: Fire Engine Red. HEX triplet: BD, 0B and 29. RGB value is (189,11,41). Sum of RGB (Red+Green+Blue) = 189+11+41=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B29 is #42F4D6. Grayscale: #434343. Windows color (decimal): -4388055 or 2689981. OLE color: 2689981.

HSL color Cylindrical-coordinate representation of color #BD0B29: hue angle of 349.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0B29 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 11 41 -
CMYK 0 0.94 0.78 0.26
HSL 349.89º 0.89% 0.39% -
HSV(B) 349.89º 0.94% 0.74% -
XYZ 21.51 11.22 3.13 -
YUV 67.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 189 11 41 0 0.94 0.78 0.26 349.89 0.89 0.39
Hex BD B 29 0 5E 4E 1A 15E 59 27
Octal 275 13 51 0 136 116 32 536 131 47
Binary 10111101 1011 101001 0 1011110 1001110 11010 101011110 1011001 100111

Color Harmonies of #BD0B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0B29

Black with #BD0B29

Text Example


Text Example

White with #BD0B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0B29; }

 p { color: rgb(189,11,41); }

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

background-color css

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

 a { background-color: rgb(189,11,41); }

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

border-color css

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

 span { border-color: rgb(189,11,41); }

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