Html Css Color HEX #AF3006 Rust

📋 copy color: '#AF3006'

red 175 ◦ green 48 ◦ blue 6

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

Shades of Rust #AF3006

Tints of Rust #AF3006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 76.42%
G = 20.96%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3006 (or 0xAF3006) is known color: Rust. HEX triplet: AF, 30 and 06. RGB value is (175,48,6). Sum of RGB (Red+Green+Blue) = 175+48+6=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3006 is #50CFF9. Grayscale: #515151. Windows color (decimal): -5296122 or 405679. OLE color: 405679.

HSL color Cylindrical-coordinate representation of color #AF3006: hue angle of 14.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3006 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 6 -
CMYK 0 0.73 0.97 0.31
HSL 14.91º 0.93% 0.35% -
HSV(B) 14.91º 0.97% 0.69% -
XYZ 18.77 11.24 1.35 -
YUV 81.19 85.58 194.92 -
System Red Green Blue C M Y K H S L
Decimal 175 48 6 0 0.73 0.97 0.31 14.91 0.93 0.35
Hex AF 30 6 0 49 61 1F F 5D 23
Octal 257 60 6 0 111 141 37 17 135 43
Binary 10101111 110000 110 0 1001001 1100001 11111 1111 1011101 100011

Color Harmonies of #AF3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3006

Black with #AF3006

Text Example


Text Example

White with #AF3006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3006; }

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

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

background-color css

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

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

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

border-color css

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

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

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