Html Css Color HEX #AF330A Rust

📋 copy color: '#AF330A'

red 175 ◦ green 51 ◦ blue 10

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

Shades of Rust #AF330A

Tints of Rust #AF330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 74.15%
G = 21.61%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF330A (or 0xAF330A) is known color: Rust. HEX triplet: AF, 33 and 0A. RGB value is (175,51,10). Sum of RGB (Red+Green+Blue) = 175+51+10=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF330A is #50CCF5. Grayscale: #535353. Windows color (decimal): -5295350 or 668591. OLE color: 668591.

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

Color convert

RGB 175 51 10 -
CMYK 0 0.71 0.94 0.31
HSL 14.91º 0.89% 0.36% -
HSV(B) 14.91º 0.94% 0.69% -
XYZ 18.92 11.5 1.51 -
YUV 83.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 175 51 10 0 0.71 0.94 0.31 14.91 0.89 0.36
Hex AF 33 A 0 47 5E 1F F 59 24
Octal 257 63 12 0 107 136 37 17 131 44
Binary 10101111 110011 1010 0 1000111 1011110 11111 1111 1011001 100100

Color Harmonies of #AF330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF330A

Black with #AF330A

Text Example


Text Example

White with #AF330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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