Html Css Color HEX #B52119 Fire Brick

📋 copy color: '#B52119'

red 181 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #B52119

Tints of Fire Brick #B52119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 75.73%
G = 13.81%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B52119 (or 0xB52119) is known color: Fire Brick. HEX triplet: B5, 21 and 19. RGB value is (181,33,25). Sum of RGB (Red+Green+Blue) = 181+33+25=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52119 is #4ADEE6. Grayscale: #4C4C4C. Windows color (decimal): -4906727 or 1647029. OLE color: 1647029.

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

Color convert

RGB 181 33 25 -
CMYK 0 0.82 0.86 0.29
HSL 3.08º 0.76% 0.4% -
HSV(B) 3.08º 0.86% 0.71% -
XYZ 19.78 10.98 2 -
YUV 76.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 181 33 25 0 0.82 0.86 0.29 3.08 0.76 0.4
Hex B5 21 19 0 52 56 1D 3 4C 28
Octal 265 41 31 0 122 126 35 3 114 50
Binary 10110101 100001 11001 0 1010010 1010110 11101 11 1001100 101000

Color Harmonies of #B52119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52119

Black with #B52119

Text Example


Text Example

White with #B52119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52119; }

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

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

background-color css

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

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

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

border-color css

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

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

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