Html Css Color HEX #AB4502 Rust

📋 copy color: '#AB4502'

red 171 ◦ green 69 ◦ blue 2

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

Shades of Rust #AB4502

Tints of Rust #AB4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 70.66%
G = 28.51%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB4502 (or 0xAB4502) is known color: Rust. HEX triplet: AB, 45 and 02. RGB value is (171,69,2). Sum of RGB (Red+Green+Blue) = 171+69+2=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4502 is #54BAFD. Grayscale: #5C5C5C. Windows color (decimal): -5552894 or 148907. OLE color: 148907.

HSL color Cylindrical-coordinate representation of color #AB4502: hue angle of 23.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB4502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 2 -
CMYK 0 0.60 0.99 0.33
HSL 23.79º 0.98% 0.34% -
HSV(B) 23.79º 0.99% 0.67% -
XYZ 18.93 12.92 1.55 -
YUV 91.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 171 69 2 0 0.60 0.99 0.33 23.79 0.98 0.34
Hex AB 45 2 0 3C 63 21 18 62 22
Octal 253 105 2 0 74 143 41 30 142 42
Binary 10101011 1000101 10 0 111100 1100011 100001 11000 1100010 100010

Color Harmonies of #AB4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4502

Black with #AB4502

Text Example


Text Example

White with #AB4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4502; }

 p { color: rgb(171,69,2); }

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

background-color css

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

 a { background-color: rgb(171,69,2); }

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

border-color css

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

 span { border-color: rgb(171,69,2); }

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