Html Css Color HEX #AB351A Rust

📋 copy color: '#AB351A'

red 171 ◦ green 53 ◦ blue 26

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

Shades of Rust #AB351A

Tints of Rust #AB351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 68.4%
G = 21.2%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB351A (or 0xAB351A) is known color: Rust. HEX triplet: AB, 35 and 1A. RGB value is (171,53,26). Sum of RGB (Red+Green+Blue) = 171+53+26=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB351A is #54CAE5. Grayscale: #555555. Windows color (decimal): -5556966 or 1717675. OLE color: 1717675.

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

Color convert

RGB 171 53 26 -
CMYK 0 0.69 0.85 0.33
HSL 11.17º 0.74% 0.39% -
HSV(B) 11.17º 0.85% 0.67% -
XYZ 18.25 11.28 2.19 -
YUV 85.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 171 53 26 0 0.69 0.85 0.33 11.17 0.74 0.39
Hex AB 35 1A 0 45 55 21 B 4A 27
Octal 253 65 32 0 105 125 41 13 112 47
Binary 10101011 110101 11010 0 1000101 1010101 100001 1011 1001010 100111

Color Harmonies of #AB351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB351A

Black with #AB351A

Text Example


Text Example

White with #AB351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB351A; }

 p { color: rgb(171,53,26); }

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

background-color css

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

 a { background-color: rgb(171,53,26); }

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

border-color css

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

 span { border-color: rgb(171,53,26); }

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