Html Css Color HEX #A91710 Fire Brick

📋 copy color: '#A91710'

red 169 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #A91710

Tints of Fire Brick #A91710

RGB

 RED value IS 169 (66.41% from 255) = 81.25%

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

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

R = 81.25%
G = 11.06%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A91710 (or 0xA91710) is known color: Fire Brick. HEX triplet: A9, 17 and 10. RGB value is (169,23,16). Sum of RGB (Red+Green+Blue) = 169+23+16=208 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.25% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 169 - color contains mainly: red. Hex color #A91710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91710 is #56E8EF. Grayscale: #424242. Windows color (decimal): -5695728 or 1054633. OLE color: 1054633.

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

Color convert

RGB 169 23 16 -
CMYK 0 0.86 0.91 0.34
HSL 2.75º 0.83% 0.36% -
HSV(B) 2.75º 0.91% 0.66% -
XYZ 16.76 9.09 1.36 -
YUV 65.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 169 23 16 0 0.86 0.91 0.34 2.75 0.83 0.36
Hex A9 17 10 0 56 5B 22 3 53 24
Octal 251 27 20 0 126 133 42 3 123 44
Binary 10101001 10111 10000 0 1010110 1011011 100010 11 1010011 100100

Color Harmonies of #A91710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91710

Black with #A91710

Text Example


Text Example

White with #A91710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91710; }

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

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

background-color css

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

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

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

border-color css

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

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

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