Html Css Color HEX #AF370A Rust

📋 copy color: '#AF370A'

red 175 ◦ green 55 ◦ blue 10

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

Shades of Rust #AF370A

Tints of Rust #AF370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

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

R = 72.92%
G = 22.92%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF370A (or 0xAF370A) is known color: Rust. HEX triplet: AF, 37 and 0A. RGB value is (175,55,10). Sum of RGB (Red+Green+Blue) = 175+55+10=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF370A is #50C8F5. Grayscale: #565656. Windows color (decimal): -5294326 or 669615. OLE color: 669615.

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

Color convert

RGB 175 55 10 -
CMYK 0 0.69 0.94 0.31
HSL 16.36º 0.89% 0.36% -
HSV(B) 16.36º 0.94% 0.69% -
XYZ 19.1 11.87 1.57 -
YUV 85.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 175 55 10 0 0.69 0.94 0.31 16.36 0.89 0.36
Hex AF 37 A 0 45 5E 1F 10 59 24
Octal 257 67 12 0 105 136 37 20 131 44
Binary 10101111 110111 1010 0 1000101 1011110 11111 10000 1011001 100100

Color Harmonies of #AF370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF370A

Black with #AF370A

Text Example


Text Example

White with #AF370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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