Html Css Color HEX #A82810 Fire Brick

📋 copy color: '#A82810'

red 168 ◦ green 40 ◦ blue 16

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

Shades of Fire Brick #A82810

Tints of Fire Brick #A82810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 75%
G = 17.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A82810 (or 0xA82810) is known color: Fire Brick. HEX triplet: A8, 28 and 10. RGB value is (168,40,16). Sum of RGB (Red+Green+Blue) = 168+40+16=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82810 is #57D7EF. Grayscale: #4B4B4B. Windows color (decimal): -5756912 or 1058984. OLE color: 1058984.

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

Color convert

RGB 168 40 16 -
CMYK 0 0.76 0.90 0.34
HSL 9.47º 0.83% 0.36% -
HSV(B) 9.47º 0.9% 0.66% -
XYZ 17 9.88 1.5 -
YUV 75.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 168 40 16 0 0.76 0.90 0.34 9.47 0.83 0.36
Hex A8 28 10 0 4C 5A 22 9 53 24
Octal 250 50 20 0 114 132 42 11 123 44
Binary 10101000 101000 10000 0 1001100 1011010 100010 1001 1010011 100100

Color Harmonies of #A82810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82810

Black with #A82810

Text Example


Text Example

White with #A82810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82810; }

 p { color: rgb(168,40,16); }

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

background-color css

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

 a { background-color: rgb(168,40,16); }

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

border-color css

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

 span { border-color: rgb(168,40,16); }

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