Html Css Color HEX #AB120F Fire Brick

📋 copy color: '#AB120F'

red 171 ◦ green 18 ◦ blue 15

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

Shades of Fire Brick #AB120F

Tints of Fire Brick #AB120F

RGB

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

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

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

R = 83.82%
G = 8.82%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB120F (or 0xAB120F) is known color: Fire Brick. HEX triplet: AB, 12 and 0F. RGB value is (171,18,15). Sum of RGB (Red+Green+Blue) = 171+18+15=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB120F is #54EDF0. Grayscale: #3F3F3F. Windows color (decimal): -5565937 or 987819. OLE color: 987819.

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

Color convert

RGB 171 18 15 -
CMYK 0 0.89 0.91 0.33
HSL 1.15º 0.84% 0.36% -
HSV(B) 1.15º 0.91% 0.67% -
XYZ 17.1 9.13 1.31 -
YUV 63.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 171 18 15 0 0.89 0.91 0.33 1.15 0.84 0.36
Hex AB 12 F 0 59 5B 21 1 54 24
Octal 253 22 17 0 131 133 41 1 124 44
Binary 10101011 10010 1111 0 1011001 1011011 100001 1 1010100 100100

Color Harmonies of #AB120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB120F

Black with #AB120F

Text Example


Text Example

White with #AB120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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