Html Css Color HEX #A52814 Fire Brick

📋 copy color: '#A52814'

red 165 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #A52814

Tints of Fire Brick #A52814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 73.33%
G = 17.78%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A52814 (or 0xA52814) is known color: Fire Brick. HEX triplet: A5, 28 and 14. RGB value is (165,40,20). Sum of RGB (Red+Green+Blue) = 165+40+20=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A52814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52814 is #5AD7EB. Grayscale: #4B4B4B. Windows color (decimal): -5953516 or 1321125. OLE color: 1321125.

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

Color convert

RGB 165 40 20 -
CMYK 0 0.76 0.88 0.35
HSL 8.28º 0.78% 0.36% -
HSV(B) 8.28º 0.88% 0.65% -
XYZ 16.4 9.57 1.64 -
YUV 75.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 165 40 20 0 0.76 0.88 0.35 8.28 0.78 0.36
Hex A5 28 14 0 4C 58 23 8 4E 24
Octal 245 50 24 0 114 130 43 10 116 44
Binary 10100101 101000 10100 0 1001100 1011000 100011 1000 1001110 100100

Color Harmonies of #A52814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52814

Black with #A52814

Text Example


Text Example

White with #A52814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52814; }

 p { color: rgb(165,40,20); }

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

background-color css

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

 a { background-color: rgb(165,40,20); }

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

border-color css

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

 span { border-color: rgb(165,40,20); }

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