Html Css Color HEX #A52005 Fire Brick

📋 copy color: '#A52005'

red 165 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #A52005

Tints of Fire Brick #A52005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 81.68%
G = 15.84%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A52005 (or 0xA52005) is known color: Fire Brick. HEX triplet: A5, 20 and 05. RGB value is (165,32,5). Sum of RGB (Red+Green+Blue) = 165+32+5=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A52005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52005 is #5ADFFA. Grayscale: #444444. Windows color (decimal): -5955579 or 336037. OLE color: 336037.

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

Color convert

RGB 165 32 5 -
CMYK 0 0.81 0.97 0.35
HSL 10.13º 0.94% 0.33% -
HSV(B) 10.13º 0.97% 0.65% -
XYZ 16.06 9.04 1.04 -
YUV 68.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 165 32 5 0 0.81 0.97 0.35 10.13 0.94 0.33
Hex A5 20 5 0 51 61 23 A 5E 21
Octal 245 40 5 0 121 141 43 12 136 41
Binary 10100101 100000 101 0 1010001 1100001 100011 1010 1011110 100001

Color Harmonies of #A52005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52005

Black with #A52005

Text Example


Text Example

White with #A52005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52005; }

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

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

background-color css

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

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

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

border-color css

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

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

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