Html Css Color HEX #AB170C Fire Brick

📋 copy color: '#AB170C'

red 171 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #AB170C

Tints of Fire Brick #AB170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 83.01%
G = 11.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB170C (or 0xAB170C) is known color: Fire Brick. HEX triplet: AB, 17 and 0C. RGB value is (171,23,12). Sum of RGB (Red+Green+Blue) = 171+23+12=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB170C is #54E8F3. Grayscale: #424242. Windows color (decimal): -5564660 or 792491. OLE color: 792491.

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

Color convert

RGB 171 23 12 -
CMYK 0 0.87 0.93 0.33
HSL 4.15º 0.87% 0.36% -
HSV(B) 4.15º 0.93% 0.67% -
XYZ 17.17 9.3 1.24 -
YUV 66 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 171 23 12 0 0.87 0.93 0.33 4.15 0.87 0.36
Hex AB 17 C 0 57 5D 21 4 57 24
Octal 253 27 14 0 127 135 41 4 127 44
Binary 10101011 10111 1100 0 1010111 1011101 100001 100 1010111 100100

Color Harmonies of #AB170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB170C

Black with #AB170C

Text Example


Text Example

White with #AB170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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