Html Css Color HEX #AF3104 Rust

📋 copy color: '#AF3104'

red 175 ◦ green 49 ◦ blue 4

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

Shades of Rust #AF3104

Tints of Rust #AF3104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 76.75%
G = 21.49%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF3104 (or 0xAF3104) is known color: Rust. HEX triplet: AF, 31 and 04. RGB value is (175,49,4). Sum of RGB (Red+Green+Blue) = 175+49+4=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3104 is #50CEFB. Grayscale: #515151. Windows color (decimal): -5295868 or 274863. OLE color: 274863.

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

Color convert

RGB 175 49 4 -
CMYK 0 0.72 0.98 0.31
HSL 15.79º 0.96% 0.35% -
HSV(B) 15.79º 0.98% 0.69% -
XYZ 18.8 11.32 1.31 -
YUV 81.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 175 49 4 0 0.72 0.98 0.31 15.79 0.96 0.35
Hex AF 31 4 0 48 62 1F 10 60 23
Octal 257 61 4 0 110 142 37 20 140 43
Binary 10101111 110001 100 0 1001000 1100010 11111 10000 1100000 100011

Color Harmonies of #AF3104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3104

Black with #AF3104

Text Example


Text Example

White with #AF3104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3104; }

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

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

background-color css

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

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

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

border-color css

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

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

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