Html Css Color HEX #AF3004 Rust

📋 copy color: '#AF3004'

red 175 ◦ green 48 ◦ blue 4

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

Shades of Rust #AF3004

Tints of Rust #AF3004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 77.09%
G = 21.15%
B = 1.76%

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

#AF3004 (or 0xAF3004) is known color: Rust. HEX triplet: AF, 30 and 04. RGB value is (175,48,4). Sum of RGB (Red+Green+Blue) = 175+48+4=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3004 is #50CFFB. Grayscale: #515151. Windows color (decimal): -5296124 or 274607. OLE color: 274607.

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

Color convert

RGB 175 48 4 -
CMYK 0 0.73 0.98 0.31
HSL 15.44º 0.96% 0.35% -
HSV(B) 15.44º 0.98% 0.69% -
XYZ 18.76 11.24 1.3 -
YUV 80.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 175 48 4 0 0.73 0.98 0.31 15.44 0.96 0.35
Hex AF 30 4 0 49 62 1F F 60 23
Octal 257 60 4 0 111 142 37 17 140 43
Binary 10101111 110000 100 0 1001001 1100010 11111 1111 1100000 100011

Color Harmonies of #AF3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3004

Black with #AF3004

Text Example


Text Example

White with #AF3004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3004; }

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

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

background-color css

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

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

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

border-color css

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

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

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