Html Css Color HEX #B52013 Fire Brick

📋 copy color: '#B52013'

red 181 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B52013

Tints of Fire Brick #B52013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 78.02%
G = 13.79%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B52013 (or 0xB52013) is known color: Fire Brick. HEX triplet: B5, 20 and 13. RGB value is (181,32,19). Sum of RGB (Red+Green+Blue) = 181+32+19=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52013 is #4ADFEC. Grayscale: #4B4B4B. Windows color (decimal): -4906989 or 1253557. OLE color: 1253557.

HSL color Cylindrical-coordinate representation of color #B52013: hue angle of 4.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B52013 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 19 -
CMYK 0 0.82 0.90 0.29
HSL 4.81º 0.81% 0.39% -
HSV(B) 4.81º 0.9% 0.71% -
XYZ 19.69 10.9 1.68 -
YUV 75.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 181 32 19 0 0.82 0.90 0.29 4.81 0.81 0.39
Hex B5 20 13 0 52 5A 1D 5 51 27
Octal 265 40 23 0 122 132 35 5 121 47
Binary 10110101 100000 10011 0 1010010 1011010 11101 101 1010001 100111

Color Harmonies of #B52013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52013

Black with #B52013

Text Example


Text Example

White with #B52013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52013; }

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

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

background-color css

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

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

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

border-color css

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

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

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