Html Css Color HEX #B52019 Fire Brick

📋 copy color: '#B52019'

red 181 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #B52019

Tints of Fire Brick #B52019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 76.05%
G = 13.45%
B = 10.5%

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

#B52019 (or 0xB52019) is known color: Fire Brick. HEX triplet: B5, 20 and 19. RGB value is (181,32,25). Sum of RGB (Red+Green+Blue) = 181+32+25=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B52019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52019 is #4ADFE6. Grayscale: #4B4B4B. Windows color (decimal): -4906983 or 1646773. OLE color: 1646773.

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

Color convert

RGB 181 32 25 -
CMYK 0 0.82 0.86 0.29
HSL 2.69º 0.76% 0.4% -
HSV(B) 2.69º 0.86% 0.71% -
XYZ 19.75 10.93 1.99 -
YUV 75.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 181 32 25 0 0.82 0.86 0.29 2.69 0.76 0.4
Hex B5 20 19 0 52 56 1D 3 4C 28
Octal 265 40 31 0 122 126 35 3 114 50
Binary 10110101 100000 11001 0 1010010 1010110 11101 11 1001100 101000

Color Harmonies of #B52019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52019

Black with #B52019

Text Example


Text Example

White with #B52019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52019; }

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

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

background-color css

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

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

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

border-color css

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

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

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