Html Css Color HEX #AF3903 Rust

📋 copy color: '#AF3903'

red 175 ◦ green 57 ◦ blue 3

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

Shades of Rust #AF3903

Tints of Rust #AF3903

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 74.47%
G = 24.26%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3903 (or 0xAF3903) is known color: Rust. HEX triplet: AF, 39 and 03. RGB value is (175,57,3). Sum of RGB (Red+Green+Blue) = 175+57+3=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3903 is #50C6FC. Grayscale: #565656. Windows color (decimal): -5293821 or 211375. OLE color: 211375.

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

Color convert

RGB 175 57 3 -
CMYK 0 0.67 0.98 0.31
HSL 18.84º 0.97% 0.35% -
HSV(B) 18.84º 0.98% 0.69% -
XYZ 19.16 12.05 1.4 -
YUV 86.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 175 57 3 0 0.67 0.98 0.31 18.84 0.97 0.35
Hex AF 39 3 0 43 62 1F 13 61 23
Octal 257 71 3 0 103 142 37 23 141 43
Binary 10101111 111001 11 0 1000011 1100010 11111 10011 1100001 100011

Color Harmonies of #AF3903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3903

Black with #AF3903

Text Example


Text Example

White with #AF3903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3903; }

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

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

background-color css

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

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

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

border-color css

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

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

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