Html Css Color HEX #BD1E11 Fire Brick

📋 copy color: '#BD1E11'

red 189 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #BD1E11

Tints of Fire Brick #BD1E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.71%

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 80.08%
G = 12.71%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD1E11 (or 0xBD1E11) is known color: Fire Brick. HEX triplet: BD, 1E and 11. RGB value is (189,30,17). Sum of RGB (Red+Green+Blue) = 189+30+17=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E11 is #42E1EE. Grayscale: #4C4C4C. Windows color (decimal): -4383215 or 1121981. OLE color: 1121981.

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

Color convert

RGB 189 30 17 -
CMYK 0 0.84 0.91 0.26
HSL 4.53º 0.83% 0.4% -
HSV(B) 4.53º 0.91% 0.74% -
XYZ 21.55 11.79 1.67 -
YUV 76.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 189 30 17 0 0.84 0.91 0.26 4.53 0.83 0.4
Hex BD 1E 11 0 54 5B 1A 5 53 28
Octal 275 36 21 0 124 133 32 5 123 50
Binary 10111101 11110 10001 0 1010100 1011011 11010 101 1010011 101000

Color Harmonies of #BD1E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E11

Black with #BD1E11

Text Example


Text Example

White with #BD1E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E11; }

 p { color: rgb(189,30,17); }

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

background-color css

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

 a { background-color: rgb(189,30,17); }

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

border-color css

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

 span { border-color: rgb(189,30,17); }

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