Html Css Color HEX #BD0F29 Fire Engine Red

📋 copy color: '#BD0F29'

red 189 ◦ green 15 ◦ blue 41

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

Shades of Fire Engine Red #BD0F29

Tints of Fire Engine Red #BD0F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

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

R = 77.14%
G = 6.12%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0F29 (or 0xBD0F29) is known color: Fire Engine Red. HEX triplet: BD, 0F and 29. RGB value is (189,15,41). Sum of RGB (Red+Green+Blue) = 189+15+41=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F29 is #42F0D6. Grayscale: #464646. Windows color (decimal): -4387031 or 2691005. OLE color: 2691005.

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

Color convert

RGB 189 15 41 -
CMYK 0 0.92 0.78 0.26
HSL 351.03º 0.85% 0.4% -
HSV(B) 351.03º 0.92% 0.74% -
XYZ 21.56 11.32 3.15 -
YUV 69.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 189 15 41 0 0.92 0.78 0.26 351.03 0.85 0.4
Hex BD F 29 0 5C 4E 1A 15F 55 28
Octal 275 17 51 0 134 116 32 537 125 50
Binary 10111101 1111 101001 0 1011100 1001110 11010 101011111 1010101 101000

Color Harmonies of #BD0F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F29

Black with #BD0F29

Text Example


Text Example

White with #BD0F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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