Html Css Color HEX #AB120D Fire Brick

📋 copy color: '#AB120D'

red 171 ◦ green 18 ◦ blue 13

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

Shades of Fire Brick #AB120D

Tints of Fire Brick #AB120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 84.65%
G = 8.91%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB120D (or 0xAB120D) is known color: Fire Brick. HEX triplet: AB, 12 and 0D. RGB value is (171,18,13). Sum of RGB (Red+Green+Blue) = 171+18+13=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB120D is #54EDF2. Grayscale: #3F3F3F. Windows color (decimal): -5565939 or 856747. OLE color: 856747.

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

Color convert

RGB 171 18 13 -
CMYK 0 0.89 0.92 0.33
HSL 1.9º 0.86% 0.36% -
HSV(B) 1.9º 0.92% 0.67% -
XYZ 17.08 9.12 1.24 -
YUV 63.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 171 18 13 0 0.89 0.92 0.33 1.9 0.86 0.36
Hex AB 12 D 0 59 5C 21 2 56 24
Octal 253 22 15 0 131 134 41 2 126 44
Binary 10101011 10010 1101 0 1011001 1011100 100001 10 1010110 100100

Color Harmonies of #AB120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB120D

Black with #AB120D

Text Example


Text Example

White with #AB120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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