Html Css Color HEX #AF3A03 Rust

📋 copy color: '#AF3A03'

red 175 ◦ green 58 ◦ blue 3

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

Shades of Rust #AF3A03

Tints of Rust #AF3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.58%

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

R = 74.15%
G = 24.58%
B = 1.27%

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

#AF3A03 (or 0xAF3A03) is known color: Rust. HEX triplet: AF, 3A and 03. RGB value is (175,58,3). Sum of RGB (Red+Green+Blue) = 175+58+3=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A03 is #50C5FC. Grayscale: #575757. Windows color (decimal): -5293565 or 211631. OLE color: 211631.

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

Color convert

RGB 175 58 3 -
CMYK 0 0.67 0.98 0.31
HSL 19.19º 0.97% 0.35% -
HSV(B) 19.19º 0.98% 0.69% -
XYZ 19.21 12.15 1.42 -
YUV 86.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 175 58 3 0 0.67 0.98 0.31 19.19 0.97 0.35
Hex AF 3A 3 0 43 62 1F 13 61 23
Octal 257 72 3 0 103 142 37 23 141 43
Binary 10101111 111010 11 0 1000011 1100010 11111 10011 1100001 100011

Color Harmonies of #AF3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A03

Black with #AF3A03

Text Example


Text Example

White with #AF3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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