Html Css Color HEX #AF3E01 Rust

📋 copy color: '#AF3E01'

red 175 ◦ green 62 ◦ blue 1

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

Shades of Rust #AF3E01

Tints of Rust #AF3E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 73.53%
G = 26.05%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3E01 (or 0xAF3E01) is known color: Rust. HEX triplet: AF, 3E and 01. RGB value is (175,62,1). Sum of RGB (Red+Green+Blue) = 175+62+1=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E01 is #50C1FE. Grayscale: #595959. Windows color (decimal): -5292543 or 81583. OLE color: 81583.

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

Color convert

RGB 175 62 1 -
CMYK 0 0.65 0.99 0.31
HSL 21.03º 0.99% 0.35% -
HSV(B) 21.03º 0.99% 0.69% -
XYZ 19.41 12.56 1.43 -
YUV 88.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 175 62 1 0 0.65 0.99 0.31 21.03 0.99 0.35
Hex AF 3E 1 0 41 63 1F 15 63 23
Octal 257 76 1 0 101 143 37 25 143 43
Binary 10101111 111110 1 0 1000001 1100011 11111 10101 1100011 100011

Color Harmonies of #AF3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E01

Black with #AF3E01

Text Example


Text Example

White with #AF3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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