Html Css Color HEX #AF360D Rust

📋 copy color: '#AF360D'

red 175 ◦ green 54 ◦ blue 13

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

Shades of Rust #AF360D

Tints of Rust #AF360D

RGB

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

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

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

R = 72.31%
G = 22.31%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF360D (or 0xAF360D) is known color: Rust. HEX triplet: AF, 36 and 0D. RGB value is (175,54,13). Sum of RGB (Red+Green+Blue) = 175+54+13=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF360D is #50C9F2. Grayscale: #555555. Windows color (decimal): -5294579 or 865967. OLE color: 865967.

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

Color convert

RGB 175 54 13 -
CMYK 0 0.69 0.93 0.31
HSL 15.19º 0.86% 0.37% -
HSV(B) 15.19º 0.93% 0.69% -
XYZ 19.07 11.78 1.65 -
YUV 85.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 175 54 13 0 0.69 0.93 0.31 15.19 0.86 0.37
Hex AF 36 D 0 45 5D 1F F 56 25
Octal 257 66 15 0 105 135 37 17 126 45
Binary 10101111 110110 1101 0 1000101 1011101 11111 1111 1010110 100101

Color Harmonies of #AF360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF360D

Black with #AF360D

Text Example


Text Example

White with #AF360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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