Html Css Color HEX #AF330C Rust

📋 copy color: '#AF330C'

red 175 ◦ green 51 ◦ blue 12

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

Shades of Rust #AF330C

Tints of Rust #AF330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 73.53%
G = 21.43%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF330C (or 0xAF330C) is known color: Rust. HEX triplet: AF, 33 and 0C. RGB value is (175,51,12). Sum of RGB (Red+Green+Blue) = 175+51+12=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF330C is #50CCF3. Grayscale: #535353. Windows color (decimal): -5295348 or 799663. OLE color: 799663.

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

Color convert

RGB 175 51 12 -
CMYK 0 0.71 0.93 0.31
HSL 14.36º 0.87% 0.37% -
HSV(B) 14.36º 0.93% 0.69% -
XYZ 18.93 11.51 1.57 -
YUV 83.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 175 51 12 0 0.71 0.93 0.31 14.36 0.87 0.37
Hex AF 33 C 0 47 5D 1F E 57 25
Octal 257 63 14 0 107 135 37 16 127 45
Binary 10101111 110011 1100 0 1000111 1011101 11111 1110 1010111 100101

Color Harmonies of #AF330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF330C

Black with #AF330C

Text Example


Text Example

White with #AF330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF330C; }

 p { color: rgb(175,51,12); }

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

background-color css

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

 a { background-color: rgb(175,51,12); }

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

border-color css

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

 span { border-color: rgb(175,51,12); }

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