Html Css Color HEX #BD1917 Fire Brick

📋 copy color: '#BD1917'

red 189 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #BD1917

Tints of Fire Brick #BD1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 79.75%
G = 10.55%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1917 (or 0xBD1917) is known color: Fire Brick. HEX triplet: BD, 19 and 17. RGB value is (189,25,23). Sum of RGB (Red+Green+Blue) = 189+25+23=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1917 is #42E6E8. Grayscale: #494949. Windows color (decimal): -4384489 or 1513917. OLE color: 1513917.

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

Color convert

RGB 189 25 23 -
CMYK 0 0.87 0.88 0.26
HSL 0.72º 0.78% 0.42% -
HSV(B) 0.72º 0.88% 0.74% -
XYZ 21.49 11.58 1.91 -
YUV 73.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 189 25 23 0 0.87 0.88 0.26 0.72 0.78 0.42
Hex BD 19 17 0 57 58 1A 1 4E 2A
Octal 275 31 27 0 127 130 32 1 116 52
Binary 10111101 11001 10111 0 1010111 1011000 11010 1 1001110 101010

Color Harmonies of #BD1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1917

Black with #BD1917

Text Example


Text Example

White with #BD1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1917; }

 p { color: rgb(189,25,23); }

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

background-color css

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

 a { background-color: rgb(189,25,23); }

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

border-color css

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

 span { border-color: rgb(189,25,23); }

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