Html Css Color HEX #A52105 Fire Brick

📋 copy color: '#A52105'

red 165 ◦ green 33 ◦ blue 5

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

Shades of Fire Brick #A52105

Tints of Fire Brick #A52105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 81.28%
G = 16.26%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A52105 (or 0xA52105) is known color: Fire Brick. HEX triplet: A5, 21 and 05. RGB value is (165,33,5). Sum of RGB (Red+Green+Blue) = 165+33+5=203 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.28% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 165 - color contains mainly: red. Hex color #A52105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52105 is #5ADEFA. Grayscale: #454545. Windows color (decimal): -5955323 or 336293. OLE color: 336293.

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

Color convert

RGB 165 33 5 -
CMYK 0 0.8 0.97 0.35
HSL 10.5º 0.94% 0.33% -
HSV(B) 10.5º 0.97% 0.65% -
XYZ 16.09 9.1 1.05 -
YUV 69.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 165 33 5 0 0.8 0.97 0.35 10.5 0.94 0.33
Hex A5 21 5 0 50 61 23 A 5E 21
Octal 245 41 5 0 120 141 43 12 136 41
Binary 10100101 100001 101 0 1010000 1100001 100011 1010 1011110 100001

Color Harmonies of #A52105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52105

Black with #A52105

Text Example


Text Example

White with #A52105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52105; }

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

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

background-color css

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

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

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

border-color css

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

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

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