Html Css Color HEX #AB5304 Rust

📋 copy color: '#AB5304'

red 171 ◦ green 83 ◦ blue 4

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

Shades of Rust #AB5304

Tints of Rust #AB5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 66.28%
G = 32.17%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB5304 (or 0xAB5304) is known color: Rust. HEX triplet: AB, 53 and 04. RGB value is (171,83,4). Sum of RGB (Red+Green+Blue) = 171+83+4=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5304 is #54ACFB. Grayscale: #646464. Windows color (decimal): -5549308 or 283563. OLE color: 283563.

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

Color convert

RGB 171 83 4 -
CMYK 0 0.51 0.98 0.33
HSL 28.38º 0.95% 0.34% -
HSV(B) 28.38º 0.98% 0.67% -
XYZ 19.91 14.85 1.93 -
YUV 100.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 171 83 4 0 0.51 0.98 0.33 28.38 0.95 0.34
Hex AB 53 4 0 33 62 21 1C 5F 22
Octal 253 123 4 0 63 142 41 34 137 42
Binary 10101011 1010011 100 0 110011 1100010 100001 11100 1011111 100010

Color Harmonies of #AB5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5304

Black with #AB5304

Text Example


Text Example

White with #AB5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5304; }

 p { color: rgb(171,83,4); }

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

background-color css

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

 a { background-color: rgb(171,83,4); }

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

border-color css

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

 span { border-color: rgb(171,83,4); }

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