Html Css Color HEX #B52815 Fire Brick

📋 copy color: '#B52815'

red 181 ◦ green 40 ◦ blue 21

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

Shades of Fire Brick #B52815

Tints of Fire Brick #B52815

RGB

 RED value IS 181 (71.09% from 255) = 74.79%

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 74.79%
G = 16.53%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B52815 (or 0xB52815) is known color: Fire Brick. HEX triplet: B5, 28 and 15. RGB value is (181,40,21). Sum of RGB (Red+Green+Blue) = 181+40+21=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B52815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52815 is #4AD7EA. Grayscale: #505050. Windows color (decimal): -4904939 or 1386677. OLE color: 1386677.

HSL color Cylindrical-coordinate representation of color #B52815: hue angle of 7.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B52815 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 21 -
CMYK 0 0.78 0.88 0.29
HSL 7.13º 0.79% 0.4% -
HSV(B) 7.13º 0.88% 0.71% -
XYZ 19.95 11.4 1.86 -
YUV 79.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 181 40 21 0 0.78 0.88 0.29 7.13 0.79 0.4
Hex B5 28 15 0 4E 58 1D 7 4F 28
Octal 265 50 25 0 116 130 35 7 117 50
Binary 10110101 101000 10101 0 1001110 1011000 11101 111 1001111 101000

Color Harmonies of #B52815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52815

Black with #B52815

Text Example


Text Example

White with #B52815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52815; }

 p { color: rgb(181,40,21); }

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

background-color css

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

 a { background-color: rgb(181,40,21); }

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

border-color css

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

 span { border-color: rgb(181,40,21); }

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