Html Css Color HEX #AB1312 Fire Brick

📋 copy color: '#AB1312'

red 171 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #AB1312

Tints of Fire Brick #AB1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 82.21%
G = 9.13%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB1312 (or 0xAB1312) is known color: Fire Brick. HEX triplet: AB, 13 and 12. RGB value is (171,19,18). Sum of RGB (Red+Green+Blue) = 171+19+18=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1312 is #54ECED. Grayscale: #404040. Windows color (decimal): -5565678 or 1184683. OLE color: 1184683.

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

Color convert

RGB 171 19 18 -
CMYK 0 0.89 0.89 0.33
HSL 0.39º 0.81% 0.37% -
HSV(B) 0.39º 0.89% 0.67% -
XYZ 17.14 9.17 1.44 -
YUV 64.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 171 19 18 0 0.89 0.89 0.33 0.39 0.81 0.37
Hex AB 13 12 0 59 59 21 0 51 25
Octal 253 23 22 0 131 131 41 0 121 45
Binary 10101011 10011 10010 0 1011001 1011001 100001 0 1010001 100101

Color Harmonies of #AB1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1312

Black with #AB1312

Text Example


Text Example

White with #AB1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1312; }

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

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

background-color css

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

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

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

border-color css

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

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

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