Html Css Color HEX #B53220 Fire Brick

📋 copy color: '#B53220'

red 181 ◦ green 50 ◦ blue 32

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

Shades of Fire Brick #B53220

Tints of Fire Brick #B53220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 68.82%
G = 19.01%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B53220 (or 0xB53220) is known color: Fire Brick. HEX triplet: B5, 32 and 20. RGB value is (181,50,32). Sum of RGB (Red+Green+Blue) = 181+50+32=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B53220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53220 is #4ACDDF. Grayscale: #575757. Windows color (decimal): -4902368 or 2110133. OLE color: 2110133.

HSL color Cylindrical-coordinate representation of color #B53220: hue angle of 7.25º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B53220 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 32 -
CMYK 0 0.72 0.82 0.29
HSL 7.25º 0.7% 0.42% -
HSV(B) 7.25º 0.82% 0.71% -
XYZ 20.46 12.21 2.64 -
YUV 87.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 181 50 32 0 0.72 0.82 0.29 7.25 0.7 0.42
Hex B5 32 20 0 48 52 1D 7 46 2A
Octal 265 62 40 0 110 122 35 7 106 52
Binary 10110101 110010 100000 0 1001000 1010010 11101 111 1000110 101010

Color Harmonies of #B53220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53220

Black with #B53220

Text Example


Text Example

White with #B53220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53220; }

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

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

background-color css

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

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

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

border-color css

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

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

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