Html Css Color HEX #AB1313 Fire Brick

📋 copy color: '#AB1313'

red 171 ◦ green 19 ◦ blue 19

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

Shades of Fire Brick #AB1313

Tints of Fire Brick #AB1313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.09%

R = 81.82%
G = 9.09%
B = 9.09%

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

#AB1313 (or 0xAB1313) is known color: Fire Brick. HEX triplet: AB, 13 and 13. RGB value is (171,19,19). Sum of RGB (Red+Green+Blue) = 171+19+19=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1313 is #54ECEC. Grayscale: #404040. Windows color (decimal): -5565677 or 1250219. OLE color: 1250219.

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

Color convert

RGB 171 19 19 -
CMYK 0 0.89 0.89 0.33
HSL 0.8% 0.37% -
HSV(B) 0.89% 0.67% -
XYZ 17.15 9.17 1.48 -
YUV 64.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 171 19 19 0 0.89 0.89 0.33 0 0.8 0.37
Hex AB 13 13 0 59 59 21 0 50 25
Octal 253 23 23 0 131 131 41 0 120 45
Binary 10101011 10011 10011 0 1011001 1011001 100001 0 1010000 100101

Color Harmonies of #AB1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1313

Black with #AB1313

Text Example


Text Example

White with #AB1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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