Html Css Color HEX #BD1511 Fire Brick

📋 copy color: '#BD1511'

red 189 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #BD1511

Tints of Fire Brick #BD1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 83.26%
G = 9.25%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD1511 (or 0xBD1511) is known color: Fire Brick. HEX triplet: BD, 15 and 11. RGB value is (189,21,17). Sum of RGB (Red+Green+Blue) = 189+21+17=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1511 is #42EAEE. Grayscale: #464646. Windows color (decimal): -4385519 or 1119677. OLE color: 1119677.

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

Color convert

RGB 189 21 17 -
CMYK 0 0.89 0.91 0.26
HSL 1.4º 0.83% 0.4% -
HSV(B) 1.4º 0.91% 0.74% -
XYZ 21.36 11.4 1.6 -
YUV 70.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 189 21 17 0 0.89 0.91 0.26 1.4 0.83 0.4
Hex BD 15 11 0 59 5B 1A 1 53 28
Octal 275 25 21 0 131 133 32 1 123 50
Binary 10111101 10101 10001 0 1011001 1011011 11010 1 1010011 101000

Color Harmonies of #BD1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1511

Black with #BD1511

Text Example


Text Example

White with #BD1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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