Html Css Color HEX #A52110 Fire Brick

📋 copy color: '#A52110'

red 165 ◦ green 33 ◦ blue 16

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

Shades of Fire Brick #A52110

Tints of Fire Brick #A52110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 77.1%
G = 15.42%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A52110 (or 0xA52110) is known color: Fire Brick. HEX triplet: A5, 21 and 10. RGB value is (165,33,16). Sum of RGB (Red+Green+Blue) = 165+33+16=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A52110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52110 is #5ADEEF. Grayscale: #464646. Windows color (decimal): -5955312 or 1057189. OLE color: 1057189.

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

Color convert

RGB 165 33 16 -
CMYK 0 0.8 0.90 0.35
HSL 6.85º 0.82% 0.35% -
HSV(B) 6.85º 0.9% 0.65% -
XYZ 16.15 9.12 1.4 -
YUV 70.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 165 33 16 0 0.8 0.90 0.35 6.85 0.82 0.35
Hex A5 21 10 0 50 5A 23 7 52 23
Octal 245 41 20 0 120 132 43 7 122 43
Binary 10100101 100001 10000 0 1010000 1011010 100011 111 1010010 100011

Color Harmonies of #A52110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52110

Black with #A52110

Text Example


Text Example

White with #A52110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52110; }

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

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

background-color css

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

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

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

border-color css

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

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

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