Html Css Color HEX #AF4101 Rust

📋 copy color: '#AF4101'

red 175 ◦ green 65 ◦ blue 1

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

Shades of Rust #AF4101

Tints of Rust #AF4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 72.61%
G = 26.97%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4101 (or 0xAF4101) is known color: Rust. HEX triplet: AF, 41 and 01. RGB value is (175,65,1). Sum of RGB (Red+Green+Blue) = 175+65+1=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4101 is #50BEFE. Grayscale: #5A5A5A. Windows color (decimal): -5291775 or 82351. OLE color: 82351.

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

Color convert

RGB 175 65 1 -
CMYK 0 0.63 0.99 0.31
HSL 22.07º 0.99% 0.35% -
HSV(B) 22.07º 0.99% 0.69% -
XYZ 19.57 12.9 1.49 -
YUV 90.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 175 65 1 0 0.63 0.99 0.31 22.07 0.99 0.35
Hex AF 41 1 0 3F 63 1F 16 63 23
Octal 257 101 1 0 77 143 37 26 143 43
Binary 10101111 1000001 1 0 111111 1100011 11111 10110 1100011 100011

Color Harmonies of #AF4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4101

Black with #AF4101

Text Example


Text Example

White with #AF4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4101; }

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

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

background-color css

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

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

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

border-color css

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

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

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