Html Css Color HEX #BD1815 Fire Brick

📋 copy color: '#BD1815'

red 189 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #BD1815

Tints of Fire Brick #BD1815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 80.77%
G = 10.26%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1815 (or 0xBD1815) is known color: Fire Brick. HEX triplet: BD, 18 and 15. RGB value is (189,24,21). Sum of RGB (Red+Green+Blue) = 189+24+21=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1815 is #42E7EA. Grayscale: #494949. Windows color (decimal): -4384747 or 1382589. OLE color: 1382589.

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

Color convert

RGB 189 24 21 -
CMYK 0 0.87 0.89 0.26
HSL 1.07º 0.8% 0.41% -
HSV(B) 1.07º 0.89% 0.74% -
XYZ 21.45 11.53 1.8 -
YUV 72.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 189 24 21 0 0.87 0.89 0.26 1.07 0.8 0.41
Hex BD 18 15 0 57 59 1A 1 50 29
Octal 275 30 25 0 127 131 32 1 120 51
Binary 10111101 11000 10101 0 1010111 1011001 11010 1 1010000 101001

Color Harmonies of #BD1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1815

Black with #BD1815

Text Example


Text Example

White with #BD1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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