Html Css Color HEX #AF3003 Rust

📋 copy color: '#AF3003'

red 175 ◦ green 48 ◦ blue 3

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

Shades of Rust #AF3003

Tints of Rust #AF3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

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

R = 77.43%
G = 21.24%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3003 (or 0xAF3003) is known color: Rust. HEX triplet: AF, 30 and 03. RGB value is (175,48,3). Sum of RGB (Red+Green+Blue) = 175+48+3=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3003 is #50CFFC. Grayscale: #515151. Windows color (decimal): -5296125 or 209071. OLE color: 209071.

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

Color convert

RGB 175 48 3 -
CMYK 0 0.73 0.98 0.31
HSL 15.7º 0.97% 0.35% -
HSV(B) 15.7º 0.98% 0.69% -
XYZ 18.75 11.23 1.27 -
YUV 80.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 175 48 3 0 0.73 0.98 0.31 15.7 0.97 0.35
Hex AF 30 3 0 49 62 1F 10 61 23
Octal 257 60 3 0 111 142 37 20 141 43
Binary 10101111 110000 11 0 1001001 1100010 11111 10000 1100001 100011

Color Harmonies of #AF3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3003

Black with #AF3003

Text Example


Text Example

White with #AF3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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