Html Css Color HEX #A52811 Fire Brick

📋 copy color: '#A52811'

red 165 ◦ green 40 ◦ blue 17

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

Shades of Fire Brick #A52811

Tints of Fire Brick #A52811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.66%

R = 74.32%
G = 18.02%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A52811 (or 0xA52811) is known color: Fire Brick. HEX triplet: A5, 28 and 11. RGB value is (165,40,17). Sum of RGB (Red+Green+Blue) = 165+40+17=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A52811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52811 is #5AD7EE. Grayscale: #4A4A4A. Windows color (decimal): -5953519 or 1124517. OLE color: 1124517.

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

Color convert

RGB 165 40 17 -
CMYK 0 0.76 0.90 0.35
HSL 9.32º 0.81% 0.36% -
HSV(B) 9.32º 0.9% 0.65% -
XYZ 16.38 9.56 1.51 -
YUV 74.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 165 40 17 0 0.76 0.90 0.35 9.32 0.81 0.36
Hex A5 28 11 0 4C 5A 23 9 51 24
Octal 245 50 21 0 114 132 43 11 121 44
Binary 10100101 101000 10001 0 1001100 1011010 100011 1001 1010001 100100

Color Harmonies of #A52811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52811

Black with #A52811

Text Example


Text Example

White with #A52811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52811; }

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

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

background-color css

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

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

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

border-color css

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

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

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