Html Css Color HEX #A52010 Fire Brick

📋 copy color: '#A52010'

red 165 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #A52010

Tints of Fire Brick #A52010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 77.46%
G = 15.02%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A52010 (or 0xA52010) is known color: Fire Brick. HEX triplet: A5, 20 and 10. RGB value is (165,32,16). Sum of RGB (Red+Green+Blue) = 165+32+16=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A52010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52010 is #5ADFEF. Grayscale: #464646. Windows color (decimal): -5955568 or 1056933. OLE color: 1056933.

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

Color convert

RGB 165 32 16 -
CMYK 0 0.81 0.90 0.35
HSL 6.44º 0.82% 0.35% -
HSV(B) 6.44º 0.9% 0.65% -
XYZ 16.13 9.07 1.39 -
YUV 69.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 165 32 16 0 0.81 0.90 0.35 6.44 0.82 0.35
Hex A5 20 10 0 51 5A 23 6 52 23
Octal 245 40 20 0 121 132 43 6 122 43
Binary 10100101 100000 10000 0 1010001 1011010 100011 110 1010010 100011

Color Harmonies of #A52010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52010

Black with #A52010

Text Example


Text Example

White with #A52010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52010; }

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

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

background-color css

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

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

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

border-color css

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

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

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