Html Css Color HEX #B52819 Fire Brick

📋 copy color: '#B52819'

red 181 ◦ green 40 ◦ blue 25

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

Shades of Fire Brick #B52819

Tints of Fire Brick #B52819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 73.58%
G = 16.26%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B52819 (or 0xB52819) is known color: Fire Brick. HEX triplet: B5, 28 and 19. RGB value is (181,40,25). Sum of RGB (Red+Green+Blue) = 181+40+25=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B52819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52819 is #4AD7E6. Grayscale: #505050. Windows color (decimal): -4904935 or 1648821. OLE color: 1648821.

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

Color convert

RGB 181 40 25 -
CMYK 0 0.78 0.86 0.29
HSL 5.77º 0.76% 0.4% -
HSV(B) 5.77º 0.86% 0.71% -
XYZ 19.99 11.41 2.07 -
YUV 80.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 181 40 25 0 0.78 0.86 0.29 5.77 0.76 0.4
Hex B5 28 19 0 4E 56 1D 6 4C 28
Octal 265 50 31 0 116 126 35 6 114 50
Binary 10110101 101000 11001 0 1001110 1010110 11101 110 1001100 101000

Color Harmonies of #B52819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52819

Black with #B52819

Text Example


Text Example

White with #B52819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52819; }

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

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

background-color css

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

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

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

border-color css

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

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

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