Html Css Color HEX #AB160C Fire Brick

📋 copy color: '#AB160C'

red 171 ◦ green 22 ◦ blue 12

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

Shades of Fire Brick #AB160C

Tints of Fire Brick #AB160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 83.41%
G = 10.73%
B = 5.85%

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

#AB160C (or 0xAB160C) is known color: Fire Brick. HEX triplet: AB, 16 and 0C. RGB value is (171,22,12). Sum of RGB (Red+Green+Blue) = 171+22+12=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB160C is #54E9F3. Grayscale: #414141. Windows color (decimal): -5564916 or 792235. OLE color: 792235.

HSL color Cylindrical-coordinate representation of color #AB160C: hue angle of 3.77º 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 #AB160C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 12 -
CMYK 0 0.87 0.93 0.33
HSL 3.77º 0.87% 0.36% -
HSV(B) 3.77º 0.93% 0.67% -
XYZ 17.15 9.26 1.23 -
YUV 65.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 171 22 12 0 0.87 0.93 0.33 3.77 0.87 0.36
Hex AB 16 C 0 57 5D 21 4 57 24
Octal 253 26 14 0 127 135 41 4 127 44
Binary 10101011 10110 1100 0 1010111 1011101 100001 100 1010111 100100

Color Harmonies of #AB160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB160C

Black with #AB160C

Text Example


Text Example

White with #AB160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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