Html Css Color HEX #A5200A Fire Brick

📋 copy color: '#A5200A'

red 165 ◦ green 32 ◦ blue 10

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

Shades of Fire Brick #A5200A

Tints of Fire Brick #A5200A

RGB

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

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

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

R = 79.71%
G = 15.46%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5200A (or 0xA5200A) is known color: Fire Brick. HEX triplet: A5, 20 and 0A. RGB value is (165,32,10). Sum of RGB (Red+Green+Blue) = 165+32+10=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A5200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5200A is #5ADFF5. Grayscale: #454545. Windows color (decimal): -5955574 or 663717. OLE color: 663717.

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

Color convert

RGB 165 32 10 -
CMYK 0 0.81 0.94 0.35
HSL 8.52º 0.89% 0.34% -
HSV(B) 8.52º 0.94% 0.65% -
XYZ 16.09 9.05 1.19 -
YUV 69.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 165 32 10 0 0.81 0.94 0.35 8.52 0.89 0.34
Hex A5 20 A 0 51 5E 23 9 59 22
Octal 245 40 12 0 121 136 43 11 131 42
Binary 10100101 100000 1010 0 1010001 1011110 100011 1001 1011001 100010

Color Harmonies of #A5200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5200A

Black with #A5200A

Text Example


Text Example

White with #A5200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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