Html Css Color HEX #AB3313 Rust

📋 copy color: '#AB3313'

red 171 ◦ green 51 ◦ blue 19

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

Shades of Rust #AB3313

Tints of Rust #AB3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 70.95%
G = 21.16%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB3313 (or 0xAB3313) is known color: Rust. HEX triplet: AB, 33 and 13. RGB value is (171,51,19). Sum of RGB (Red+Green+Blue) = 171+51+19=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3313 is #54CCEC. Grayscale: #535353. Windows color (decimal): -5557485 or 1258411. OLE color: 1258411.

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

Color convert

RGB 171 51 19 -
CMYK 0 0.70 0.89 0.33
HSL 12.63º 0.8% 0.37% -
HSV(B) 12.63º 0.89% 0.67% -
XYZ 18.1 11.07 1.8 -
YUV 83.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 171 51 19 0 0.70 0.89 0.33 12.63 0.8 0.37
Hex AB 33 13 0 46 59 21 D 50 25
Octal 253 63 23 0 106 131 41 15 120 45
Binary 10101011 110011 10011 0 1000110 1011001 100001 1101 1010000 100101

Color Harmonies of #AB3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3313

Black with #AB3313

Text Example


Text Example

White with #AB3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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