Html Css Color HEX #B52619 Fire Brick

📋 copy color: '#B52619'

red 181 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #B52619

Tints of Fire Brick #B52619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

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

R = 74.18%
G = 15.57%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B52619 (or 0xB52619) is known color: Fire Brick. HEX triplet: B5, 26 and 19. RGB value is (181,38,25). Sum of RGB (Red+Green+Blue) = 181+38+25=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B52619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52619 is #4AD9E6. Grayscale: #4F4F4F. Windows color (decimal): -4905447 or 1648309. OLE color: 1648309.

HSL color Cylindrical-coordinate representation of color #B52619: hue angle of 5º 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 #B52619 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 25 -
CMYK 0 0.79 0.86 0.29
HSL 0.76% 0.4% -
HSV(B) 0.86% 0.71% -
XYZ 19.92 11.28 2.05 -
YUV 79.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 181 38 25 0 0.79 0.86 0.29 5 0.76 0.4
Hex B5 26 19 0 4F 56 1D 5 4C 28
Octal 265 46 31 0 117 126 35 5 114 50
Binary 10110101 100110 11001 0 1001111 1010110 11101 101 1001100 101000

Color Harmonies of #B52619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52619

Black with #B52619

Text Example


Text Example

White with #B52619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52619; }

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

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

background-color css

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

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

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

border-color css

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

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

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