Html Css Color HEX #AF420C Rust

📋 copy color: '#AF420C'

red 175 ◦ green 66 ◦ blue 12

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

Shades of Rust #AF420C

Tints of Rust #AF420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 69.17%
G = 26.09%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF420C (or 0xAF420C) is known color: Rust. HEX triplet: AF, 42 and 0C. RGB value is (175,66,12). Sum of RGB (Red+Green+Blue) = 175+66+12=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF420C is #50BDF3. Grayscale: #5C5C5C. Windows color (decimal): -5291508 or 803503. OLE color: 803503.

HSL color Cylindrical-coordinate representation of color #AF420C: hue angle of 19.88º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF420C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 12 -
CMYK 0 0.62 0.93 0.31
HSL 19.88º 0.87% 0.37% -
HSV(B) 19.88º 0.93% 0.69% -
XYZ 19.69 13.04 1.83 -
YUV 92.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 175 66 12 0 0.62 0.93 0.31 19.88 0.87 0.37
Hex AF 42 C 0 3E 5D 1F 14 57 25
Octal 257 102 14 0 76 135 37 24 127 45
Binary 10101111 1000010 1100 0 111110 1011101 11111 10100 1010111 100101

Color Harmonies of #AF420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF420C

Black with #AF420C

Text Example


Text Example

White with #AF420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF420C; }

 p { color: rgb(175,66,12); }

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

background-color css

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

 a { background-color: rgb(175,66,12); }

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

border-color css

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

 span { border-color: rgb(175,66,12); }

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