Html Css Color HEX #AB160B Fire Brick

📋 copy color: '#AB160B'

red 171 ◦ green 22 ◦ blue 11

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

Shades of Fire Brick #AB160B

Tints of Fire Brick #AB160B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.39%

R = 83.82%
G = 10.78%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB160B (or 0xAB160B) is known color: Fire Brick. HEX triplet: AB, 16 and 0B. RGB value is (171,22,11). Sum of RGB (Red+Green+Blue) = 171+22+11=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB160B is #54E9F4. Grayscale: #414141. Windows color (decimal): -5564917 or 726699. OLE color: 726699.

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

Color convert

RGB 171 22 11 -
CMYK 0 0.87 0.94 0.33
HSL 4.13º 0.88% 0.36% -
HSV(B) 4.13º 0.94% 0.67% -
XYZ 17.14 9.26 1.2 -
YUV 65.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 171 22 11 0 0.87 0.94 0.33 4.13 0.88 0.36
Hex AB 16 B 0 57 5E 21 4 58 24
Octal 253 26 13 0 127 136 41 4 130 44
Binary 10101011 10110 1011 0 1010111 1011110 100001 100 1011000 100100

Color Harmonies of #AB160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB160B

Black with #AB160B

Text Example


Text Example

White with #AB160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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