Html Css Color HEX #AB2013 Fire Brick

📋 copy color: '#AB2013'

red 171 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #AB2013

Tints of Fire Brick #AB2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 77.03%
G = 14.41%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2013 (or 0xAB2013) is known color: Fire Brick. HEX triplet: AB, 20 and 13. RGB value is (171,32,19). Sum of RGB (Red+Green+Blue) = 171+32+19=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2013 is #54DFEC. Grayscale: #484848. Windows color (decimal): -5562349 or 1253547. OLE color: 1253547.

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

Color convert

RGB 171 32 19 -
CMYK 0 0.81 0.89 0.33
HSL 5.13º 0.8% 0.37% -
HSV(B) 5.13º 0.89% 0.67% -
XYZ 17.43 9.74 1.58 -
YUV 72.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 171 32 19 0 0.81 0.89 0.33 5.13 0.8 0.37
Hex AB 20 13 0 51 59 21 5 50 25
Octal 253 40 23 0 121 131 41 5 120 45
Binary 10101011 100000 10011 0 1010001 1011001 100001 101 1010000 100101

Color Harmonies of #AB2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2013

Black with #AB2013

Text Example


Text Example

White with #AB2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2013; }

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

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

background-color css

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

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

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

border-color css

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

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

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