Html Css Color HEX #AF4E01 Rust

📋 copy color: '#AF4E01'

red 175 ◦ green 78 ◦ blue 1

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

Shades of Rust #AF4E01

Tints of Rust #AF4E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

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

R = 68.9%
G = 30.71%
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

#AF4E01 (or 0xAF4E01) is known color: Rust. HEX triplet: AF, 4E and 01. RGB value is (175,78,1). Sum of RGB (Red+Green+Blue) = 175+78+1=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E01 is #50B1FE. Grayscale: #626262. Windows color (decimal): -5288447 or 85679. OLE color: 85679.

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

Color convert

RGB 175 78 1 -
CMYK 0 0.55 0.99 0.31
HSL 26.55º 0.99% 0.35% -
HSV(B) 26.55º 0.99% 0.69% -
XYZ 20.41 14.56 1.76 -
YUV 98.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 175 78 1 0 0.55 0.99 0.31 26.55 0.99 0.35
Hex AF 4E 1 0 37 63 1F 1B 63 23
Octal 257 116 1 0 67 143 37 33 143 43
Binary 10101111 1001110 1 0 110111 1100011 11111 11011 1100011 100011

Color Harmonies of #AF4E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E01

Black with #AF4E01

Text Example


Text Example

White with #AF4E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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