Html Css Color HEX #AB160F Fire Brick

📋 copy color: '#AB160F'

red 171 ◦ green 22 ◦ blue 15

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

Shades of Fire Brick #AB160F

Tints of Fire Brick #AB160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 82.21%
G = 10.58%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB160F (or 0xAB160F) is known color: Fire Brick. HEX triplet: AB, 16 and 0F. RGB value is (171,22,15). Sum of RGB (Red+Green+Blue) = 171+22+15=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB160F is #54E9F0. Grayscale: #414141. Windows color (decimal): -5564913 or 988843. OLE color: 988843.

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

Color convert

RGB 171 22 15 -
CMYK 0 0.87 0.91 0.33
HSL 2.69º 0.84% 0.36% -
HSV(B) 2.69º 0.91% 0.67% -
XYZ 17.17 9.27 1.34 -
YUV 65.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 171 22 15 0 0.87 0.91 0.33 2.69 0.84 0.36
Hex AB 16 F 0 57 5B 21 3 54 24
Octal 253 26 17 0 127 133 41 3 124 44
Binary 10101011 10110 1111 0 1010111 1011011 100001 11 1010100 100100

Color Harmonies of #AB160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB160F

Black with #AB160F

Text Example


Text Example

White with #AB160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB160F; }

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

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

background-color css

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

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

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

border-color css

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

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

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