Html Css Color HEX #A5220A Fire Brick

📋 copy color: '#A5220A'

red 165 ◦ green 34 ◦ blue 10

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

Shades of Fire Brick #A5220A

Tints of Fire Brick #A5220A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 78.95%
G = 16.27%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5220A (or 0xA5220A) is known color: Fire Brick. HEX triplet: A5, 22 and 0A. RGB value is (165,34,10). Sum of RGB (Red+Green+Blue) = 165+34+10=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A5220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5220A is #5ADDF5. Grayscale: #464646. Windows color (decimal): -5955062 or 664229. OLE color: 664229.

HSL color Cylindrical-coordinate representation of color #A5220A: hue angle of 9.29º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5220A is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 10 -
CMYK 0 0.79 0.94 0.35
HSL 9.29º 0.89% 0.34% -
HSV(B) 9.29º 0.94% 0.65% -
XYZ 16.14 9.17 1.21 -
YUV 70.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 165 34 10 0 0.79 0.94 0.35 9.29 0.89 0.34
Hex A5 22 A 0 4F 5E 23 9 59 22
Octal 245 42 12 0 117 136 43 11 131 42
Binary 10100101 100010 1010 0 1001111 1011110 100011 1001 1011001 100010

Color Harmonies of #A5220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5220A

Black with #A5220A

Text Example


Text Example

White with #A5220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5220A; }

 p { color: rgb(165,34,10); }

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

background-color css

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

 a { background-color: rgb(165,34,10); }

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

border-color css

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

 span { border-color: rgb(165,34,10); }

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