Html Css Color HEX #A5220C Fire Brick

📋 copy color: '#A5220C'

red 165 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #A5220C

Tints of Fire Brick #A5220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 78.2%
G = 16.11%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5220C (or 0xA5220C) is known color: Fire Brick. HEX triplet: A5, 22 and 0C. RGB value is (165,34,12). Sum of RGB (Red+Green+Blue) = 165+34+12=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A5220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5220C is #5ADDF3. Grayscale: #464646. Windows color (decimal): -5955060 or 795301. OLE color: 795301.

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

Color convert

RGB 165 34 12 -
CMYK 0 0.79 0.93 0.35
HSL 8.63º 0.86% 0.35% -
HSV(B) 8.63º 0.93% 0.65% -
XYZ 16.16 9.17 1.27 -
YUV 70.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 165 34 12 0 0.79 0.93 0.35 8.63 0.86 0.35
Hex A5 22 C 0 4F 5D 23 9 56 23
Octal 245 42 14 0 117 135 43 11 126 43
Binary 10100101 100010 1100 0 1001111 1011101 100011 1001 1010110 100011

Color Harmonies of #A5220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5220C

Black with #A5220C

Text Example


Text Example

White with #A5220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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