Html Css Color HEX #A91712 Fire Brick

📋 copy color: '#A91712'

red 169 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #A91712

Tints of Fire Brick #A91712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 80.48%
G = 10.95%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A91712 (or 0xA91712) is known color: Fire Brick. HEX triplet: A9, 17 and 12. RGB value is (169,23,18). Sum of RGB (Red+Green+Blue) = 169+23+18=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A91712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91712 is #56E8ED. Grayscale: #424242. Windows color (decimal): -5695726 or 1185705. OLE color: 1185705.

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

Color convert

RGB 169 23 18 -
CMYK 0 0.86 0.89 0.34
HSL 1.99º 0.81% 0.37% -
HSV(B) 1.99º 0.89% 0.66% -
XYZ 16.78 9.09 1.44 -
YUV 66.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 169 23 18 0 0.86 0.89 0.34 1.99 0.81 0.37
Hex A9 17 12 0 56 59 22 2 51 25
Octal 251 27 22 0 126 131 42 2 121 45
Binary 10101001 10111 10010 0 1010110 1011001 100010 10 1010001 100101

Color Harmonies of #A91712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91712

Black with #A91712

Text Example


Text Example

White with #A91712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91712; }

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

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

background-color css

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

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

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

border-color css

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

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

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