Html Css Color HEX #AB170E Fire Brick

📋 copy color: '#AB170E'

red 171 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #AB170E

Tints of Fire Brick #AB170E

RGB

 RED value IS 171 (67.19% from 255) = 82.21%

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

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 82.21%
G = 11.06%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB170E (or 0xAB170E) is known color: Fire Brick. HEX triplet: AB, 17 and 0E. RGB value is (171,23,14). Sum of RGB (Red+Green+Blue) = 171+23+14=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB170E is #54E8F1. Grayscale: #424242. Windows color (decimal): -5564658 or 923563. OLE color: 923563.

HSL color Cylindrical-coordinate representation of color #AB170E: hue angle of 3.44º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB170E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 23 14 -
CMYK 0 0.87 0.92 0.33
HSL 3.44º 0.85% 0.36% -
HSV(B) 3.44º 0.92% 0.67% -
XYZ 17.18 9.3 1.31 -
YUV 66.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 171 23 14 0 0.87 0.92 0.33 3.44 0.85 0.36
Hex AB 17 E 0 57 5C 21 3 55 24
Octal 253 27 16 0 127 134 41 3 125 44
Binary 10101011 10111 1110 0 1010111 1011100 100001 11 1010101 100100

Color Harmonies of #AB170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB170E

Black with #AB170E

Text Example


Text Example

White with #AB170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB170E; }

 p { color: rgb(171,23,14); }

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

background-color css

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

 a { background-color: rgb(171,23,14); }

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

border-color css

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

 span { border-color: rgb(171,23,14); }

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