Html Css Color HEX #B52113 Fire Brick

📋 copy color: '#B52113'

red 181 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #B52113

Tints of Fire Brick #B52113

RGB

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

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

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

R = 77.68%
G = 14.16%
B = 8.15%

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

#B52113 (or 0xB52113) is known color: Fire Brick. HEX triplet: B5, 21 and 13. RGB value is (181,33,19). Sum of RGB (Red+Green+Blue) = 181+33+19=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B52113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52113 is #4ADEEC. Grayscale: #4B4B4B. Windows color (decimal): -4906733 or 1253813. OLE color: 1253813.

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

Color convert

RGB 181 33 19 -
CMYK 0 0.82 0.90 0.29
HSL 5.19º 0.81% 0.39% -
HSV(B) 5.19º 0.9% 0.71% -
XYZ 19.72 10.96 1.69 -
YUV 75.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 181 33 19 0 0.82 0.90 0.29 5.19 0.81 0.39
Hex B5 21 13 0 52 5A 1D 5 51 27
Octal 265 41 23 0 122 132 35 5 121 47
Binary 10110101 100001 10011 0 1010010 1011010 11101 101 1010001 100111

Color Harmonies of #B52113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52113

Black with #B52113

Text Example


Text Example

White with #B52113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52113; }

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

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

background-color css

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

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

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

border-color css

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

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

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