Html Css Color HEX #B53421 Fire Brick

📋 copy color: '#B53421'

red 181 ◦ green 52 ◦ blue 33

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

Shades of Fire Brick #B53421

Tints of Fire Brick #B53421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 68.05%
G = 19.55%
B = 12.41%

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

#B53421 (or 0xB53421) is known color: Fire Brick. HEX triplet: B5, 34 and 21. RGB value is (181,52,33). Sum of RGB (Red+Green+Blue) = 181+52+33=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53421 is #4ACBDE. Grayscale: #585858. Windows color (decimal): -4901855 or 2176181. OLE color: 2176181.

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

Color convert

RGB 181 52 33 -
CMYK 0 0.71 0.82 0.29
HSL 7.7º 0.69% 0.42% -
HSV(B) 7.7º 0.82% 0.71% -
XYZ 20.56 12.39 2.75 -
YUV 88.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 181 52 33 0 0.71 0.82 0.29 7.7 0.69 0.42
Hex B5 34 21 0 47 52 1D 8 45 2A
Octal 265 64 41 0 107 122 35 10 105 52
Binary 10110101 110100 100001 0 1000111 1010010 11101 1000 1000101 101010

Color Harmonies of #B53421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53421

Black with #B53421

Text Example


Text Example

White with #B53421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53421; }

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

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

background-color css

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

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

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

border-color css

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

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

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