Html Css Color HEX #A82612 Fire Brick

📋 copy color: '#A82612'

red 168 ◦ green 38 ◦ blue 18

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

Shades of Fire Brick #A82612

Tints of Fire Brick #A82612

RGB

 RED value IS 168 (66.02% from 255) = 75%

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 75%
G = 16.96%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82612 (or 0xA82612) is known color: Fire Brick. HEX triplet: A8, 26 and 12. RGB value is (168,38,18). Sum of RGB (Red+Green+Blue) = 168+38+18=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82612 is #57D9ED. Grayscale: #4A4A4A. Windows color (decimal): -5757422 or 1189544. OLE color: 1189544.

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

Color convert

RGB 168 38 18 -
CMYK 0 0.77 0.89 0.34
HSL 0.81% 0.36% -
HSV(B) 0.89% 0.66% -
XYZ 16.95 9.75 1.56 -
YUV 74.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 168 38 18 0 0.77 0.89 0.34 8 0.81 0.36
Hex A8 26 12 0 4D 59 22 8 51 24
Octal 250 46 22 0 115 131 42 10 121 44
Binary 10101000 100110 10010 0 1001101 1011001 100010 1000 1010001 100100

Color Harmonies of #A82612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82612

Black with #A82612

Text Example


Text Example

White with #A82612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82612; }

 p { color: rgb(168,38,18); }

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

background-color css

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

 a { background-color: rgb(168,38,18); }

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

border-color css

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

 span { border-color: rgb(168,38,18); }

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