Html Css Color HEX #B52219 Fire Brick

📋 copy color: '#B52219'

red 181 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #B52219

Tints of Fire Brick #B52219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 75.42%
G = 14.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B52219 (or 0xB52219) is known color: Fire Brick. HEX triplet: B5, 22 and 19. RGB value is (181,34,25). Sum of RGB (Red+Green+Blue) = 181+34+25=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B52219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52219 is #4ADDE6. Grayscale: #4D4D4D. Windows color (decimal): -4906471 or 1647285. OLE color: 1647285.

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

Color convert

RGB 181 34 25 -
CMYK 0 0.81 0.86 0.29
HSL 3.46º 0.76% 0.4% -
HSV(B) 3.46º 0.86% 0.71% -
XYZ 19.8 11.04 2.01 -
YUV 76.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 181 34 25 0 0.81 0.86 0.29 3.46 0.76 0.4
Hex B5 22 19 0 51 56 1D 3 4C 28
Octal 265 42 31 0 121 126 35 3 114 50
Binary 10110101 100010 11001 0 1010001 1010110 11101 11 1001100 101000

Color Harmonies of #B52219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52219

Black with #B52219

Text Example


Text Example

White with #B52219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52219; }

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

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

background-color css

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

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

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

border-color css

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

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

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