Html Css Color HEX #AB4312 Rust

📋 copy color: '#AB4312'

red 171 ◦ green 67 ◦ blue 18

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

Shades of Rust #AB4312

Tints of Rust #AB4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 66.8%
G = 26.17%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB4312 (or 0xAB4312) is known color: Rust. HEX triplet: AB, 43 and 12. RGB value is (171,67,18). Sum of RGB (Red+Green+Blue) = 171+67+18=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4312 is #54BCED. Grayscale: #5C5C5C. Windows color (decimal): -5553390 or 1196971. OLE color: 1196971.

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

Color convert

RGB 171 67 18 -
CMYK 0 0.61 0.89 0.33
HSL 19.22º 0.81% 0.37% -
HSV(B) 19.22º 0.89% 0.67% -
XYZ 18.91 12.72 2.03 -
YUV 92.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 171 67 18 0 0.61 0.89 0.33 19.22 0.81 0.37
Hex AB 43 12 0 3D 59 21 13 51 25
Octal 253 103 22 0 75 131 41 23 121 45
Binary 10101011 1000011 10010 0 111101 1011001 100001 10011 1010001 100101

Color Harmonies of #AB4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4312

Black with #AB4312

Text Example


Text Example

White with #AB4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4312; }

 p { color: rgb(171,67,18); }

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

background-color css

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

 a { background-color: rgb(171,67,18); }

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

border-color css

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

 span { border-color: rgb(171,67,18); }

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