Html Css Color HEX #B52E21 Fire Brick

📋 copy color: '#B52E21'

red 181 ◦ green 46 ◦ blue 33

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

Shades of Fire Brick #B52E21

Tints of Fire Brick #B52E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.69%

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

R = 69.62%
G = 17.69%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B52E21 (or 0xB52E21) is known color: Fire Brick. HEX triplet: B5, 2E and 21. RGB value is (181,46,33). Sum of RGB (Red+Green+Blue) = 181+46+33=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E21 is #4AD1DE. Grayscale: #555555. Windows color (decimal): -4903391 or 2174645. OLE color: 2174645.

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

Color convert

RGB 181 46 33 -
CMYK 0 0.75 0.82 0.29
HSL 5.27º 0.69% 0.42% -
HSV(B) 5.27º 0.82% 0.71% -
XYZ 20.31 11.89 2.66 -
YUV 84.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 181 46 33 0 0.75 0.82 0.29 5.27 0.69 0.42
Hex B5 2E 21 0 4B 52 1D 5 45 2A
Octal 265 56 41 0 113 122 35 5 105 52
Binary 10110101 101110 100001 0 1001011 1010010 11101 101 1000101 101010

Color Harmonies of #B52E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E21

Black with #B52E21

Text Example


Text Example

White with #B52E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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