Html Css Color HEX #BD1615 Fire Brick

📋 copy color: '#BD1615'

red 189 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #BD1615

Tints of Fire Brick #BD1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

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

R = 81.47%
G = 9.48%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1615 (or 0xBD1615) is known color: Fire Brick. HEX triplet: BD, 16 and 15. RGB value is (189,22,21). Sum of RGB (Red+Green+Blue) = 189+22+21=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1615 is #42E9EA. Grayscale: #474747. Windows color (decimal): -4385259 or 1382077. OLE color: 1382077.

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

Color convert

RGB 189 22 21 -
CMYK 0 0.88 0.89 0.26
HSL 0.36º 0.8% 0.41% -
HSV(B) 0.36º 0.89% 0.74% -
XYZ 21.41 11.45 1.79 -
YUV 71.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 189 22 21 0 0.88 0.89 0.26 0.36 0.8 0.41
Hex BD 16 15 0 58 59 1A 0 50 29
Octal 275 26 25 0 130 131 32 0 120 51
Binary 10111101 10110 10101 0 1011000 1011001 11010 0 1010000 101001

Color Harmonies of #BD1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1615

Black with #BD1615

Text Example


Text Example

White with #BD1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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