Html Css Color HEX #AF4003 Rust

📋 copy color: '#AF4003'

red 175 ◦ green 64 ◦ blue 3

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

Shades of Rust #AF4003

Tints of Rust #AF4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 72.31%
G = 26.45%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4003 (or 0xAF4003) is known color: Rust. HEX triplet: AF, 40 and 03. RGB value is (175,64,3). Sum of RGB (Red+Green+Blue) = 175+64+3=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4003 is #50BFFC. Grayscale: #5A5A5A. Windows color (decimal): -5292029 or 213167. OLE color: 213167.

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

Color convert

RGB 175 64 3 -
CMYK 0 0.63 0.98 0.31
HSL 21.28º 0.97% 0.35% -
HSV(B) 21.28º 0.98% 0.69% -
XYZ 19.53 12.79 1.53 -
YUV 90.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 175 64 3 0 0.63 0.98 0.31 21.28 0.97 0.35
Hex AF 40 3 0 3F 62 1F 15 61 23
Octal 257 100 3 0 77 142 37 25 141 43
Binary 10101111 1000000 11 0 111111 1100010 11111 10101 1100001 100011

Color Harmonies of #AF4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4003

Black with #AF4003

Text Example


Text Example

White with #AF4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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