Html Css Color HEX #AF330D Rust

📋 copy color: '#AF330D'

red 175 ◦ green 51 ◦ blue 13

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

Shades of Rust #AF330D

Tints of Rust #AF330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 73.22%
G = 21.34%
B = 5.44%

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

#AF330D (or 0xAF330D) is known color: Rust. HEX triplet: AF, 33 and 0D. RGB value is (175,51,13). Sum of RGB (Red+Green+Blue) = 175+51+13=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF330D is #50CCF2. Grayscale: #545454. Windows color (decimal): -5295347 or 865199. OLE color: 865199.

HSL color Cylindrical-coordinate representation of color #AF330D: hue angle of 14.07º degrees, saturation: 0.86, 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 #AF330D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 13 -
CMYK 0 0.71 0.93 0.31
HSL 14.07º 0.86% 0.37% -
HSV(B) 14.07º 0.93% 0.69% -
XYZ 18.94 11.51 1.6 -
YUV 83.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 175 51 13 0 0.71 0.93 0.31 14.07 0.86 0.37
Hex AF 33 D 0 47 5D 1F E 56 25
Octal 257 63 15 0 107 135 37 16 126 45
Binary 10101111 110011 1101 0 1000111 1011101 11111 1110 1010110 100101

Color Harmonies of #AF330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF330D

Black with #AF330D

Text Example


Text Example

White with #AF330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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