Html Css Color HEX #AB3107 Rust

📋 copy color: '#AB3107'

red 171 ◦ green 49 ◦ blue 7

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

Shades of Rust #AB3107

Tints of Rust #AB3107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 75.33%
G = 21.59%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB3107 (or 0xAB3107) is known color: Rust. HEX triplet: AB, 31 and 07. RGB value is (171,49,7). Sum of RGB (Red+Green+Blue) = 171+49+7=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3107 is #54CEF8. Grayscale: #505050. Windows color (decimal): -5558009 or 471467. OLE color: 471467.

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

Color convert

RGB 171 49 7 -
CMYK 0 0.71 0.96 0.33
HSL 15.37º 0.92% 0.35% -
HSV(B) 15.37º 0.96% 0.67% -
XYZ 17.93 10.87 1.35 -
YUV 80.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 171 49 7 0 0.71 0.96 0.33 15.37 0.92 0.35
Hex AB 31 7 0 47 60 21 F 5C 23
Octal 253 61 7 0 107 140 41 17 134 43
Binary 10101011 110001 111 0 1000111 1100000 100001 1111 1011100 100011

Color Harmonies of #AB3107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3107

Black with #AB3107

Text Example


Text Example

White with #AB3107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3107; }

 p { color: rgb(171,49,7); }

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

background-color css

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

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

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

border-color css

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

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

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