Html Css Color HEX #A81610 Fire Brick

📋 copy color: '#A81610'

red 168 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #A81610

Tints of Fire Brick #A81610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 81.55%
G = 10.68%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81610 (or 0xA81610) is known color: Fire Brick. HEX triplet: A8, 16 and 10. RGB value is (168,22,16). Sum of RGB (Red+Green+Blue) = 168+22+16=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A81610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81610 is #57E9EF. Grayscale: #414141. Windows color (decimal): -5761520 or 1054376. OLE color: 1054376.

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

Color convert

RGB 168 22 16 -
CMYK 0 0.87 0.90 0.34
HSL 2.37º 0.83% 0.36% -
HSV(B) 2.37º 0.9% 0.66% -
XYZ 16.53 8.94 1.34 -
YUV 64.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 168 22 16 0 0.87 0.90 0.34 2.37 0.83 0.36
Hex A8 16 10 0 57 5A 22 2 53 24
Octal 250 26 20 0 127 132 42 2 123 44
Binary 10101000 10110 10000 0 1010111 1011010 100010 10 1010011 100100

Color Harmonies of #A81610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81610

Black with #A81610

Text Example


Text Example

White with #A81610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81610; }

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

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

background-color css

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

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

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

border-color css

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

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

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