Html Css Color HEX #B52621 Fire Brick

📋 copy color: '#B52621'

red 181 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #B52621

Tints of Fire Brick #B52621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 71.83%
G = 15.08%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B52621 (or 0xB52621) is known color: Fire Brick. HEX triplet: B5, 26 and 21. RGB value is (181,38,33). Sum of RGB (Red+Green+Blue) = 181+38+33=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B52621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52621 is #4AD9DE. Grayscale: #505050. Windows color (decimal): -4905439 or 2172597. OLE color: 2172597.

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

Color convert

RGB 181 38 33 -
CMYK 0 0.79 0.82 0.29
HSL 2.03º 0.69% 0.42% -
HSV(B) 2.03º 0.82% 0.71% -
XYZ 20.02 11.32 2.57 -
YUV 80.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 181 38 33 0 0.79 0.82 0.29 2.03 0.69 0.42
Hex B5 26 21 0 4F 52 1D 2 45 2A
Octal 265 46 41 0 117 122 35 2 105 52
Binary 10110101 100110 100001 0 1001111 1010010 11101 10 1000101 101010

Color Harmonies of #B52621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52621

Black with #B52621

Text Example


Text Example

White with #B52621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52621; }

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

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

background-color css

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

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

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

border-color css

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

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

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