Html Css Color HEX #AB120C Fire Brick

📋 copy color: '#AB120C'

red 171 ◦ green 18 ◦ blue 12

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

Shades of Fire Brick #AB120C

Tints of Fire Brick #AB120C

RGB

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

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

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

R = 85.07%
G = 8.96%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB120C (or 0xAB120C) is known color: Fire Brick. HEX triplet: AB, 12 and 0C. RGB value is (171,18,12). Sum of RGB (Red+Green+Blue) = 171+18+12=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB120C is #54EDF3. Grayscale: #3F3F3F. Windows color (decimal): -5565940 or 791211. OLE color: 791211.

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

Color convert

RGB 171 18 12 -
CMYK 0 0.89 0.93 0.33
HSL 2.26º 0.87% 0.36% -
HSV(B) 2.26º 0.93% 0.67% -
XYZ 17.08 9.12 1.21 -
YUV 63.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 171 18 12 0 0.89 0.93 0.33 2.26 0.87 0.36
Hex AB 12 C 0 59 5D 21 2 57 24
Octal 253 22 14 0 131 135 41 2 127 44
Binary 10101011 10010 1100 0 1011001 1011101 100001 10 1010111 100100

Color Harmonies of #AB120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB120C

Black with #AB120C

Text Example


Text Example

White with #AB120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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