Html Css Color HEX #AB421E Rust

📋 copy color: '#AB421E'

red 171 ◦ green 66 ◦ blue 30

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

Shades of Rust #AB421E

Tints of Rust #AB421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 64.04%
G = 24.72%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB421E (or 0xAB421E) is known color: Rust. HEX triplet: AB, 42 and 1E. RGB value is (171,66,30). Sum of RGB (Red+Green+Blue) = 171+66+30=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB421E is #54BDE1. Grayscale: #5D5D5D. Windows color (decimal): -5553634 or 1983147. OLE color: 1983147.

HSL color Cylindrical-coordinate representation of color #AB421E: hue angle of 15.32º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB421E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 30 -
CMYK 0 0.61 0.82 0.33
HSL 15.32º 0.7% 0.39% -
HSV(B) 15.32º 0.82% 0.67% -
XYZ 18.98 12.65 2.67 -
YUV 93.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 171 66 30 0 0.61 0.82 0.33 15.32 0.7 0.39
Hex AB 42 1E 0 3D 52 21 F 46 27
Octal 253 102 36 0 75 122 41 17 106 47
Binary 10101011 1000010 11110 0 111101 1010010 100001 1111 1000110 100111

Color Harmonies of #AB421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB421E

Black with #AB421E

Text Example


Text Example

White with #AB421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB421E; }

 p { color: rgb(171,66,30); }

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

background-color css

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

 a { background-color: rgb(171,66,30); }

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

border-color css

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

 span { border-color: rgb(171,66,30); }

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