Html Css Color HEX #B52721 Fire Brick

📋 copy color: '#B52721'

red 181 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #B52721

Tints of Fire Brick #B52721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 71.54%
G = 15.42%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B52721 (or 0xB52721) is known color: Fire Brick. HEX triplet: B5, 27 and 21. RGB value is (181,39,33). Sum of RGB (Red+Green+Blue) = 181+39+33=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B52721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52721 is #4AD8DE. Grayscale: #505050. Windows color (decimal): -4905183 or 2172853. OLE color: 2172853.

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

Color convert

RGB 181 39 33 -
CMYK 0 0.78 0.82 0.29
HSL 2.43º 0.69% 0.42% -
HSV(B) 2.43º 0.82% 0.71% -
XYZ 20.06 11.38 2.58 -
YUV 80.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 181 39 33 0 0.78 0.82 0.29 2.43 0.69 0.42
Hex B5 27 21 0 4E 52 1D 2 45 2A
Octal 265 47 41 0 116 122 35 2 105 52
Binary 10110101 100111 100001 0 1001110 1010010 11101 10 1000101 101010

Color Harmonies of #B52721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52721

Black with #B52721

Text Example


Text Example

White with #B52721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52721; }

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

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

background-color css

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

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

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

border-color css

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

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

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