Html Css Color HEX #A52115 Fire Brick

📋 copy color: '#A52115'

red 165 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #A52115

Tints of Fire Brick #A52115

RGB

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

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

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

R = 75.34%
G = 15.07%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A52115 (or 0xA52115) is known color: Fire Brick. HEX triplet: A5, 21 and 15. RGB value is (165,33,21). Sum of RGB (Red+Green+Blue) = 165+33+21=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52115 is #5ADEEA. Grayscale: #474747. Windows color (decimal): -5955307 or 1384869. OLE color: 1384869.

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

Color convert

RGB 165 33 21 -
CMYK 0 0.8 0.87 0.35
HSL 0.77% 0.36% -
HSV(B) 0.87% 0.65% -
XYZ 16.2 9.14 1.62 -
YUV 71.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 165 33 21 0 0.8 0.87 0.35 5 0.77 0.36
Hex A5 21 15 0 50 57 23 5 4D 24
Octal 245 41 25 0 120 127 43 5 115 44
Binary 10100101 100001 10101 0 1010000 1010111 100011 101 1001101 100100

Color Harmonies of #A52115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52115

Black with #A52115

Text Example


Text Example

White with #A52115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52115; }

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

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

background-color css

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

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

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

border-color css

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

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

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