Html Css Color HEX #A52015 Fire Brick

📋 copy color: '#A52015'

red 165 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #A52015

Tints of Fire Brick #A52015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 75.69%
G = 14.68%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A52015 (or 0xA52015) is known color: Fire Brick. HEX triplet: A5, 20 and 15. RGB value is (165,32,21). Sum of RGB (Red+Green+Blue) = 165+32+21=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A52015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52015 is #5ADFEA. Grayscale: #464646. Windows color (decimal): -5955563 or 1384613. OLE color: 1384613.

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

Color convert

RGB 165 32 21 -
CMYK 0 0.81 0.87 0.35
HSL 4.58º 0.77% 0.36% -
HSV(B) 4.58º 0.87% 0.65% -
XYZ 16.17 9.09 1.61 -
YUV 70.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 165 32 21 0 0.81 0.87 0.35 4.58 0.77 0.36
Hex A5 20 15 0 51 57 23 5 4D 24
Octal 245 40 25 0 121 127 43 5 115 44
Binary 10100101 100000 10101 0 1010001 1010111 100011 101 1001101 100100

Color Harmonies of #A52015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52015

Black with #A52015

Text Example


Text Example

White with #A52015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52015; }

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

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

background-color css

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

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

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

border-color css

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

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

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