Html Css Color HEX #A52118 Fire Brick

📋 copy color: '#A52118'

red 165 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #A52118

Tints of Fire Brick #A52118

RGB

 RED value IS 165 (64.84% from 255) = 74.32%

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 74.32%
G = 14.86%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A52118 (or 0xA52118) is known color: Fire Brick. HEX triplet: A5, 21 and 18. RGB value is (165,33,24). Sum of RGB (Red+Green+Blue) = 165+33+24=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A52118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52118 is #5ADEE7. Grayscale: #474747. Windows color (decimal): -5955304 or 1581477. OLE color: 1581477.

HSL color Cylindrical-coordinate representation of color #A52118: hue angle of 3.83º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A52118 is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 24 -
CMYK 0 0.8 0.85 0.35
HSL 3.83º 0.75% 0.37% -
HSV(B) 3.83º 0.85% 0.65% -
XYZ 16.23 9.15 1.78 -
YUV 71.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 165 33 24 0 0.8 0.85 0.35 3.83 0.75 0.37
Hex A5 21 18 0 50 55 23 4 4B 25
Octal 245 41 30 0 120 125 43 4 113 45
Binary 10100101 100001 11000 0 1010000 1010101 100011 100 1001011 100101

Color Harmonies of #A52118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52118

Black with #A52118

Text Example


Text Example

White with #A52118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52118; }

 p { color: rgb(165,33,24); }

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

background-color css

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

 a { background-color: rgb(165,33,24); }

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

border-color css

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

 span { border-color: rgb(165,33,24); }

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