Html Css Color HEX #AF461A Rust

📋 copy color: '#AF461A'

red 175 ◦ green 70 ◦ blue 26

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

Shades of Rust #AF461A

Tints of Rust #AF461A

RGB

 RED value IS 175 (68.75% from 255) = 64.58%

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 64.58%
G = 25.83%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF461A (or 0xAF461A) is known color: Rust. HEX triplet: AF, 46 and 1A. RGB value is (175,70,26). Sum of RGB (Red+Green+Blue) = 175+70+26=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF461A is #50B9E5. Grayscale: #606060. Windows color (decimal): -5290470 or 1722031. OLE color: 1722031.

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

Color convert

RGB 175 70 26 -
CMYK 0 0.60 0.85 0.31
HSL 17.72º 0.74% 0.39% -
HSV(B) 17.72º 0.85% 0.69% -
XYZ 20.06 13.57 2.54 -
YUV 96.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 175 70 26 0 0.60 0.85 0.31 17.72 0.74 0.39
Hex AF 46 1A 0 3C 55 1F 12 4A 27
Octal 257 106 32 0 74 125 37 22 112 47
Binary 10101111 1000110 11010 0 111100 1010101 11111 10010 1001010 100111

Color Harmonies of #AF461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF461A

Black with #AF461A

Text Example


Text Example

White with #AF461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF461A; }

 p { color: rgb(175,70,26); }

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

background-color css

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

 a { background-color: rgb(175,70,26); }

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

border-color css

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

 span { border-color: rgb(175,70,26); }

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