Html Css Color HEX #AB120B Fire Brick

📋 copy color: '#AB120B'

red 171 ◦ green 18 ◦ blue 11

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

Shades of Fire Brick #AB120B

Tints of Fire Brick #AB120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 85.5%
G = 9%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB120B (or 0xAB120B) is known color: Fire Brick. HEX triplet: AB, 12 and 0B. RGB value is (171,18,11). Sum of RGB (Red+Green+Blue) = 171+18+11=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB120B is #54EDF4. Grayscale: #3F3F3F. Windows color (decimal): -5565941 or 725675. OLE color: 725675.

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

Color convert

RGB 171 18 11 -
CMYK 0 0.89 0.94 0.33
HSL 2.63º 0.88% 0.36% -
HSV(B) 2.63º 0.94% 0.67% -
XYZ 17.07 9.11 1.18 -
YUV 62.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 171 18 11 0 0.89 0.94 0.33 2.63 0.88 0.36
Hex AB 12 B 0 59 5E 21 3 58 24
Octal 253 22 13 0 131 136 41 3 130 44
Binary 10101011 10010 1011 0 1011001 1011110 100001 11 1011000 100100

Color Harmonies of #AB120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB120B

Black with #AB120B

Text Example


Text Example

White with #AB120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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