Html Css Color HEX #A52410 Fire Brick

📋 copy color: '#A52410'

red 165 ◦ green 36 ◦ blue 16

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

Shades of Fire Brick #A52410

Tints of Fire Brick #A52410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 76.04%
G = 16.59%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A52410 (or 0xA52410) is known color: Fire Brick. HEX triplet: A5, 24 and 10. RGB value is (165,36,16). Sum of RGB (Red+Green+Blue) = 165+36+16=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A52410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52410 is #5ADBEF. Grayscale: #484848. Windows color (decimal): -5954544 or 1057957. OLE color: 1057957.

HSL color Cylindrical-coordinate representation of color #A52410: hue angle of 8.05º 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 #A52410 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 16 -
CMYK 0 0.78 0.90 0.35
HSL 8.05º 0.82% 0.35% -
HSV(B) 8.05º 0.9% 0.65% -
XYZ 16.24 9.3 1.43 -
YUV 72.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 165 36 16 0 0.78 0.90 0.35 8.05 0.82 0.35
Hex A5 24 10 0 4E 5A 23 8 52 23
Octal 245 44 20 0 116 132 43 10 122 43
Binary 10100101 100100 10000 0 1001110 1011010 100011 1000 1010010 100011

Color Harmonies of #A52410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52410

Black with #A52410

Text Example


Text Example

White with #A52410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52410; }

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

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

background-color css

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

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

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

border-color css

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

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

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