Html Css Color HEX #AF360F Rust

📋 copy color: '#AF360F'

red 175 ◦ green 54 ◦ blue 15

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

Shades of Rust #AF360F

Tints of Rust #AF360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 71.72%
G = 22.13%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF360F (or 0xAF360F) is known color: Rust. HEX triplet: AF, 36 and 0F. RGB value is (175,54,15). Sum of RGB (Red+Green+Blue) = 175+54+15=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF360F is #50C9F0. Grayscale: #565656. Windows color (decimal): -5294577 or 997039. OLE color: 997039.

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

Color convert

RGB 175 54 15 -
CMYK 0 0.69 0.91 0.31
HSL 14.63º 0.84% 0.37% -
HSV(B) 14.63º 0.91% 0.69% -
XYZ 19.08 11.79 1.72 -
YUV 85.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 175 54 15 0 0.69 0.91 0.31 14.63 0.84 0.37
Hex AF 36 F 0 45 5B 1F F 54 25
Octal 257 66 17 0 105 133 37 17 124 45
Binary 10101111 110110 1111 0 1000101 1011011 11111 1111 1010100 100101

Color Harmonies of #AF360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF360F

Black with #AF360F

Text Example


Text Example

White with #AF360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF360F; }

 p { color: rgb(175,54,15); }

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

background-color css

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

 a { background-color: rgb(175,54,15); }

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

border-color css

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

 span { border-color: rgb(175,54,15); }

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