Html Css Color HEX #B53021 Fire Brick

📋 copy color: '#B53021'

red 181 ◦ green 48 ◦ blue 33

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

Shades of Fire Brick #B53021

Tints of Fire Brick #B53021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 69.08%
G = 18.32%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B53021 (or 0xB53021) is known color: Fire Brick. HEX triplet: B5, 30 and 21. RGB value is (181,48,33). Sum of RGB (Red+Green+Blue) = 181+48+33=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B53021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53021 is #4ACFDE. Grayscale: #565656. Windows color (decimal): -4902879 or 2175157. OLE color: 2175157.

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

Color convert

RGB 181 48 33 -
CMYK 0 0.73 0.82 0.29
HSL 6.08º 0.69% 0.42% -
HSV(B) 6.08º 0.82% 0.71% -
XYZ 20.39 12.05 2.69 -
YUV 86.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 181 48 33 0 0.73 0.82 0.29 6.08 0.69 0.42
Hex B5 30 21 0 49 52 1D 6 45 2A
Octal 265 60 41 0 111 122 35 6 105 52
Binary 10110101 110000 100001 0 1001001 1010010 11101 110 1000101 101010

Color Harmonies of #B53021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53021

Black with #B53021

Text Example


Text Example

White with #B53021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53021; }

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

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

background-color css

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

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

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

border-color css

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

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

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