Html Css Color HEX #AB3407 Rust

📋 copy color: '#AB3407'

red 171 ◦ green 52 ◦ blue 7

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

Shades of Rust #AB3407

Tints of Rust #AB3407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 74.35%
G = 22.61%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB3407 (or 0xAB3407) is known color: Rust. HEX triplet: AB, 34 and 07. RGB value is (171,52,7). Sum of RGB (Red+Green+Blue) = 171+52+7=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3407 is #54CBF8. Grayscale: #525252. Windows color (decimal): -5557241 or 472235. OLE color: 472235.

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

Color convert

RGB 171 52 7 -
CMYK 0 0.70 0.96 0.33
HSL 16.46º 0.92% 0.35% -
HSV(B) 16.46º 0.96% 0.67% -
XYZ 18.06 11.13 1.4 -
YUV 82.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 171 52 7 0 0.70 0.96 0.33 16.46 0.92 0.35
Hex AB 34 7 0 46 60 21 10 5C 23
Octal 253 64 7 0 106 140 41 20 134 43
Binary 10101011 110100 111 0 1000110 1100000 100001 10000 1011100 100011

Color Harmonies of #AB3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3407

Black with #AB3407

Text Example


Text Example

White with #AB3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3407; }

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

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

background-color css

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

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

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

border-color css

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

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

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