Html Css Color HEX #AF4A01 Rust

📋 copy color: '#AF4A01'

red 175 ◦ green 74 ◦ blue 1

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

Shades of Rust #AF4A01

Tints of Rust #AF4A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

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

R = 70%
G = 29.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4A01 (or 0xAF4A01) is known color: Rust. HEX triplet: AF, 4A and 01. RGB value is (175,74,1). Sum of RGB (Red+Green+Blue) = 175+74+1=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A01 is #50B5FE. Grayscale: #606060. Windows color (decimal): -5289471 or 84655. OLE color: 84655.

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

Color convert

RGB 175 74 1 -
CMYK 0 0.58 0.99 0.31
HSL 25.17º 0.99% 0.35% -
HSV(B) 25.17º 0.99% 0.69% -
XYZ 20.13 14.01 1.67 -
YUV 95.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 175 74 1 0 0.58 0.99 0.31 25.17 0.99 0.35
Hex AF 4A 1 0 3A 63 1F 19 63 23
Octal 257 112 1 0 72 143 37 31 143 43
Binary 10101111 1001010 1 0 111010 1100011 11111 11001 1100011 100011

Color Harmonies of #AF4A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A01

Black with #AF4A01

Text Example


Text Example

White with #AF4A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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