Html Css Color HEX #AF4D03 Rust

📋 copy color: '#AF4D03'

red 175 ◦ green 77 ◦ blue 3

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

Shades of Rust #AF4D03

Tints of Rust #AF4D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 68.63%
G = 30.2%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4D03 (or 0xAF4D03) is known color: Rust. HEX triplet: AF, 4D and 03. RGB value is (175,77,3). Sum of RGB (Red+Green+Blue) = 175+77+3=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D03 is #50B2FC. Grayscale: #626262. Windows color (decimal): -5288701 or 216495. OLE color: 216495.

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

Color convert

RGB 175 77 3 -
CMYK 0 0.56 0.98 0.31
HSL 25.81º 0.97% 0.35% -
HSV(B) 25.81º 0.98% 0.69% -
XYZ 20.35 14.43 1.8 -
YUV 97.87 74.47 183.02 -
System Red Green Blue C M Y K H S L
Decimal 175 77 3 0 0.56 0.98 0.31 25.81 0.97 0.35
Hex AF 4D 3 0 38 62 1F 1A 61 23
Octal 257 115 3 0 70 142 37 32 141 43
Binary 10101111 1001101 11 0 111000 1100010 11111 11010 1100001 100011

Color Harmonies of #AF4D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D03

Black with #AF4D03

Text Example


Text Example

White with #AF4D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D03; }

 p { color: rgb(175,77,3); }

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

background-color css

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

 a { background-color: rgb(175,77,3); }

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

border-color css

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

 span { border-color: rgb(175,77,3); }

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