Html Css Color HEX #B53520 Fire Brick

📋 copy color: '#B53520'

red 181 ◦ green 53 ◦ blue 32

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

Shades of Fire Brick #B53520

Tints of Fire Brick #B53520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 68.05%
G = 19.92%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B53520 (or 0xB53520) is known color: Fire Brick. HEX triplet: B5, 35 and 20. RGB value is (181,53,32). Sum of RGB (Red+Green+Blue) = 181+53+32=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53520 is #4ACADF. Grayscale: #595959. Windows color (decimal): -4901600 or 2110901. OLE color: 2110901.

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

Color convert

RGB 181 53 32 -
CMYK 0 0.71 0.82 0.29
HSL 8.46º 0.7% 0.42% -
HSV(B) 8.46º 0.82% 0.71% -
XYZ 20.59 12.47 2.69 -
YUV 88.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 181 53 32 0 0.71 0.82 0.29 8.46 0.7 0.42
Hex B5 35 20 0 47 52 1D 8 46 2A
Octal 265 65 40 0 107 122 35 10 106 52
Binary 10110101 110101 100000 0 1000111 1010010 11101 1000 1000110 101010

Color Harmonies of #B53520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53520

Black with #B53520

Text Example


Text Example

White with #B53520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53520; }

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

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

background-color css

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

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

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

border-color css

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

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

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