Html Css Color HEX #A81810 Fire Brick

📋 copy color: '#A81810'

red 168 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #A81810

Tints of Fire Brick #A81810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 80.77%
G = 11.54%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81810 (or 0xA81810) is known color: Fire Brick. HEX triplet: A8, 18 and 10. RGB value is (168,24,16). Sum of RGB (Red+Green+Blue) = 168+24+16=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81810 is #57E7EF. Grayscale: #424242. Windows color (decimal): -5761008 or 1054888. OLE color: 1054888.

HSL color Cylindrical-coordinate representation of color #A81810: hue angle of 3.16º 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 #A81810 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 16 -
CMYK 0 0.86 0.90 0.34
HSL 3.16º 0.83% 0.36% -
HSV(B) 3.16º 0.9% 0.66% -
XYZ 16.57 9.02 1.36 -
YUV 66.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 168 24 16 0 0.86 0.90 0.34 3.16 0.83 0.36
Hex A8 18 10 0 56 5A 22 3 53 24
Octal 250 30 20 0 126 132 42 3 123 44
Binary 10101000 11000 10000 0 1010110 1011010 100010 11 1010011 100100

Color Harmonies of #A81810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81810

Black with #A81810

Text Example


Text Example

White with #A81810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81810; }

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

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

background-color css

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

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

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

border-color css

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

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

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