Html Css Color HEX #B53424 Fire Brick

📋 copy color: '#B53424'

red 181 ◦ green 52 ◦ blue 36

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

Shades of Fire Brick #B53424

Tints of Fire Brick #B53424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 67.29%
G = 19.33%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B53424 (or 0xB53424) is known color: Fire Brick. HEX triplet: B5, 34 and 24. RGB value is (181,52,36). Sum of RGB (Red+Green+Blue) = 181+52+36=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B53424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53424 is #4ACBDB. Grayscale: #585858. Windows color (decimal): -4901852 or 2372789. OLE color: 2372789.

HSL color Cylindrical-coordinate representation of color #B53424: hue angle of 6.62º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B53424 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 36 -
CMYK 0 0.71 0.80 0.29
HSL 6.62º 0.67% 0.43% -
HSV(B) 6.62º 0.8% 0.71% -
XYZ 20.6 12.41 2.98 -
YUV 88.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 181 52 36 0 0.71 0.80 0.29 6.62 0.67 0.43
Hex B5 34 24 0 47 50 1D 7 43 2B
Octal 265 64 44 0 107 120 35 7 103 53
Binary 10110101 110100 100100 0 1000111 1010000 11101 111 1000011 101011

Color Harmonies of #B53424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53424

Black with #B53424

Text Example


Text Example

White with #B53424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53424; }

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

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

background-color css

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

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

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

border-color css

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

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

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