Html Css Color HEX #AB3404 Rust

📋 copy color: '#AB3404'

red 171 ◦ green 52 ◦ blue 4

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

Shades of Rust #AB3404

Tints of Rust #AB3404

RGB

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

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

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

R = 75.33%
G = 22.91%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB3404 (or 0xAB3404) is known color: Rust. HEX triplet: AB, 34 and 04. RGB value is (171,52,4). Sum of RGB (Red+Green+Blue) = 171+52+4=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3404 is #54CBFB. Grayscale: #525252. Windows color (decimal): -5557244 or 275627. OLE color: 275627.

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

Color convert

RGB 171 52 4 -
CMYK 0 0.70 0.98 0.33
HSL 17.25º 0.95% 0.34% -
HSV(B) 17.25º 0.98% 0.67% -
XYZ 18.04 11.12 1.31 -
YUV 82.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 171 52 4 0 0.70 0.98 0.33 17.25 0.95 0.34
Hex AB 34 4 0 46 62 21 11 5F 22
Octal 253 64 4 0 106 142 41 21 137 42
Binary 10101011 110100 100 0 1000110 1100010 100001 10001 1011111 100010

Color Harmonies of #AB3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3404

Black with #AB3404

Text Example


Text Example

White with #AB3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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