Html Css Color HEX #A5200E Fire Brick

📋 copy color: '#A5200E'

red 165 ◦ green 32 ◦ blue 14

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

Shades of Fire Brick #A5200E

Tints of Fire Brick #A5200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 78.2%
G = 15.17%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5200E (or 0xA5200E) is known color: Fire Brick. HEX triplet: A5, 20 and 0E. RGB value is (165,32,14). Sum of RGB (Red+Green+Blue) = 165+32+14=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A5200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5200E is #5ADFF1. Grayscale: #454545. Windows color (decimal): -5955570 or 925861. OLE color: 925861.

HSL color Cylindrical-coordinate representation of color #A5200E: hue angle of 7.15º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5200E is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 32 14 -
CMYK 0 0.81 0.92 0.35
HSL 7.15º 0.84% 0.35% -
HSV(B) 7.15º 0.92% 0.65% -
XYZ 16.11 9.06 1.32 -
YUV 69.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 165 32 14 0 0.81 0.92 0.35 7.15 0.84 0.35
Hex A5 20 E 0 51 5C 23 7 54 23
Octal 245 40 16 0 121 134 43 7 124 43
Binary 10100101 100000 1110 0 1010001 1011100 100011 111 1010100 100011

Color Harmonies of #A5200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5200E

Black with #A5200E

Text Example


Text Example

White with #A5200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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