Html Css Color HEX #AF4310 Rust

📋 copy color: '#AF4310'

red 175 ◦ green 67 ◦ blue 16

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

Shades of Rust #AF4310

Tints of Rust #AF4310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 67.83%
G = 25.97%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4310 (or 0xAF4310) is known color: Rust. HEX triplet: AF, 43 and 10. RGB value is (175,67,16). Sum of RGB (Red+Green+Blue) = 175+67+16=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4310 is #50BCEF. Grayscale: #5D5D5D. Windows color (decimal): -5291248 or 1065903. OLE color: 1065903.

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

Color convert

RGB 175 67 16 -
CMYK 0 0.62 0.91 0.31
HSL 19.25º 0.83% 0.37% -
HSV(B) 19.25º 0.91% 0.69% -
XYZ 19.78 13.17 1.99 -
YUV 93.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 175 67 16 0 0.62 0.91 0.31 19.25 0.83 0.37
Hex AF 43 10 0 3E 5B 1F 13 53 25
Octal 257 103 20 0 76 133 37 23 123 45
Binary 10101111 1000011 10000 0 111110 1011011 11111 10011 1010011 100101

Color Harmonies of #AF4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4310

Black with #AF4310

Text Example


Text Example

White with #AF4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4310; }

 p { color: rgb(175,67,16); }

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

background-color css

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

 a { background-color: rgb(175,67,16); }

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

border-color css

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

 span { border-color: rgb(175,67,16); }

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