Html Css Color HEX #AB330E Rust

📋 copy color: '#AB330E'

red 171 ◦ green 51 ◦ blue 14

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

Shades of Rust #AB330E

Tints of Rust #AB330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 72.46%
G = 21.61%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB330E (or 0xAB330E) is known color: Rust. HEX triplet: AB, 33 and 0E. RGB value is (171,51,14). Sum of RGB (Red+Green+Blue) = 171+51+14=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB330E is #54CCF1. Grayscale: #525252. Windows color (decimal): -5557490 or 930731. OLE color: 930731.

HSL color Cylindrical-coordinate representation of color #AB330E: hue angle of 14.14º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB330E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 14 -
CMYK 0 0.70 0.92 0.33
HSL 14.14º 0.85% 0.36% -
HSV(B) 14.14º 0.92% 0.67% -
XYZ 18.06 11.06 1.6 -
YUV 82.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 171 51 14 0 0.70 0.92 0.33 14.14 0.85 0.36
Hex AB 33 E 0 46 5C 21 E 55 24
Octal 253 63 16 0 106 134 41 16 125 44
Binary 10101011 110011 1110 0 1000110 1011100 100001 1110 1010101 100100

Color Harmonies of #AB330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB330E

Black with #AB330E

Text Example


Text Example

White with #AB330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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