Html Css Color HEX #BD1817 Fire Brick

📋 copy color: '#BD1817'

red 189 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #BD1817

Tints of Fire Brick #BD1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 80.08%
G = 10.17%
B = 9.75%

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

#BD1817 (or 0xBD1817) is known color: Fire Brick. HEX triplet: BD, 18 and 17. RGB value is (189,24,23). Sum of RGB (Red+Green+Blue) = 189+24+23=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1817 is #42E7E8. Grayscale: #494949. Windows color (decimal): -4384745 or 1513661. OLE color: 1513661.

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

Color convert

RGB 189 24 23 -
CMYK 0 0.87 0.88 0.26
HSL 0.36º 0.78% 0.42% -
HSV(B) 0.36º 0.88% 0.74% -
XYZ 21.47 11.53 1.91 -
YUV 73.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 189 24 23 0 0.87 0.88 0.26 0.36 0.78 0.42
Hex BD 18 17 0 57 58 1A 0 4E 2A
Octal 275 30 27 0 127 130 32 0 116 52
Binary 10111101 11000 10111 0 1010111 1011000 11010 0 1001110 101010

Color Harmonies of #BD1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1817

Black with #BD1817

Text Example


Text Example

White with #BD1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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