Html Css Color HEX #A81710 Fire Brick

📋 copy color: '#A81710'

red 168 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #A81710

Tints of Fire Brick #A81710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 81.16%
G = 11.11%
B = 7.73%

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

#A81710 (or 0xA81710) is known color: Fire Brick. HEX triplet: A8, 17 and 10. RGB value is (168,23,16). Sum of RGB (Red+Green+Blue) = 168+23+16=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A81710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81710 is #57E8EF. Grayscale: #414141. Windows color (decimal): -5761264 or 1054632. OLE color: 1054632.

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

Color convert

RGB 168 23 16 -
CMYK 0 0.86 0.90 0.34
HSL 2.76º 0.83% 0.36% -
HSV(B) 2.76º 0.9% 0.66% -
XYZ 16.55 8.98 1.35 -
YUV 65.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 168 23 16 0 0.86 0.90 0.34 2.76 0.83 0.36
Hex A8 17 10 0 56 5A 22 3 53 24
Octal 250 27 20 0 126 132 42 3 123 44
Binary 10101000 10111 10000 0 1010110 1011010 100010 11 1010011 100100

Color Harmonies of #A81710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81710

Black with #A81710

Text Example


Text Example

White with #A81710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81710; }

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

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

background-color css

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

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

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

border-color css

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

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

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