Html Css Color HEX #BD1F11 Fire Brick

📋 copy color: '#BD1F11'

red 189 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #BD1F11

Tints of Fire Brick #BD1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

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

R = 79.75%
G = 13.08%
B = 7.17%

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

#BD1F11 (or 0xBD1F11) is known color: Fire Brick. HEX triplet: BD, 1F and 11. RGB value is (189,31,17). Sum of RGB (Red+Green+Blue) = 189+31+17=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1F11 is #42E0EE. Grayscale: #4C4C4C. Windows color (decimal): -4382959 or 1122237. OLE color: 1122237.

HSL color Cylindrical-coordinate representation of color #BD1F11: hue angle of 4.88º 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 #BD1F11 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 17 -
CMYK 0 0.84 0.91 0.26
HSL 4.88º 0.83% 0.4% -
HSV(B) 4.88º 0.91% 0.74% -
XYZ 21.58 11.84 1.68 -
YUV 76.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 189 31 17 0 0.84 0.91 0.26 4.88 0.83 0.4
Hex BD 1F 11 0 54 5B 1A 5 53 28
Octal 275 37 21 0 124 133 32 5 123 50
Binary 10111101 11111 10001 0 1010100 1011011 11010 101 1010011 101000

Color Harmonies of #BD1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F11

Black with #BD1F11

Text Example


Text Example

White with #BD1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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