Html Css Color HEX #AF4A1A Rust

📋 copy color: '#AF4A1A'

red 175 ◦ green 74 ◦ blue 26

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

Shades of Rust #AF4A1A

Tints of Rust #AF4A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

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

R = 63.64%
G = 26.91%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF4A1A (or 0xAF4A1A) is known color: Rust. HEX triplet: AF, 4A and 1A. RGB value is (175,74,26). Sum of RGB (Red+Green+Blue) = 175+74+26=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A1A is #50B5E5. Grayscale: #636363. Windows color (decimal): -5289446 or 1723055. OLE color: 1723055.

HSL color Cylindrical-coordinate representation of color #AF4A1A: hue angle of 19.33º 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 #AF4A1A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 74 26 -
CMYK 0 0.58 0.85 0.31
HSL 19.33º 0.74% 0.39% -
HSV(B) 19.33º 0.85% 0.69% -
XYZ 20.31 14.09 2.63 -
YUV 98.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 175 74 26 0 0.58 0.85 0.31 19.33 0.74 0.39
Hex AF 4A 1A 0 3A 55 1F 13 4A 27
Octal 257 112 32 0 72 125 37 23 112 47
Binary 10101111 1001010 11010 0 111010 1010101 11111 10011 1001010 100111

Color Harmonies of #AF4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A1A

Black with #AF4A1A

Text Example


Text Example

White with #AF4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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