Html Css Color HEX #AF4F01 Rust

📋 copy color: '#AF4F01'

red 175 ◦ green 79 ◦ blue 1

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

Shades of Rust #AF4F01

Tints of Rust #AF4F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

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

R = 68.63%
G = 30.98%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4F01 (or 0xAF4F01) is known color: Rust. HEX triplet: AF, 4F and 01. RGB value is (175,79,1). Sum of RGB (Red+Green+Blue) = 175+79+1=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F01 is #50B0FE. Grayscale: #636363. Windows color (decimal): -5288191 or 85935. OLE color: 85935.

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

Color convert

RGB 175 79 1 -
CMYK 0 0.55 0.99 0.31
HSL 26.9º 0.99% 0.35% -
HSV(B) 26.9º 0.99% 0.69% -
XYZ 20.48 14.71 1.79 -
YUV 98.81 72.8 182.34 -
System Red Green Blue C M Y K H S L
Decimal 175 79 1 0 0.55 0.99 0.31 26.9 0.99 0.35
Hex AF 4F 1 0 37 63 1F 1B 63 23
Octal 257 117 1 0 67 143 37 33 143 43
Binary 10101111 1001111 1 0 110111 1100011 11111 11011 1100011 100011

Color Harmonies of #AF4F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F01

Black with #AF4F01

Text Example


Text Example

White with #AF4F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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