Html Css Color HEX #AF3E08 Rust

📋 copy color: '#AF3E08'

red 175 ◦ green 62 ◦ blue 8

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

Shades of Rust #AF3E08

Tints of Rust #AF3E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 71.43%
G = 25.31%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF3E08 (or 0xAF3E08) is known color: Rust. HEX triplet: AF, 3E and 08. RGB value is (175,62,8). Sum of RGB (Red+Green+Blue) = 175+62+8=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E08 is #50C1F7. Grayscale: #595959. Windows color (decimal): -5292536 or 540335. OLE color: 540335.

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

Color convert

RGB 175 62 8 -
CMYK 0 0.65 0.95 0.31
HSL 19.4º 0.91% 0.36% -
HSV(B) 19.4º 0.95% 0.69% -
XYZ 19.45 12.58 1.63 -
YUV 89.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 175 62 8 0 0.65 0.95 0.31 19.4 0.91 0.36
Hex AF 3E 8 0 41 5F 1F 13 5B 24
Octal 257 76 10 0 101 137 37 23 133 44
Binary 10101111 111110 1000 0 1000001 1011111 11111 10011 1011011 100100

Color Harmonies of #AF3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E08

Black with #AF3E08

Text Example


Text Example

White with #AF3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E08; }

 p { color: rgb(175,62,8); }

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

background-color css

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

 a { background-color: rgb(175,62,8); }

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

border-color css

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

 span { border-color: rgb(175,62,8); }

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