Html Css Color HEX #AF3B15 Rust

📋 copy color: '#AF3B15'

red 175 ◦ green 59 ◦ blue 21

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

Shades of Rust #AF3B15

Tints of Rust #AF3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.14%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 68.63%
G = 23.14%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF3B15 (or 0xAF3B15) is known color: Rust. HEX triplet: AF, 3B and 15. RGB value is (175,59,21). Sum of RGB (Red+Green+Blue) = 175+59+21=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3B15 is #50C4EA. Grayscale: #595959. Windows color (decimal): -5293291 or 1391535. OLE color: 1391535.

HSL color Cylindrical-coordinate representation of color #AF3B15: hue angle of 14.81º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF3B15 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 59 21 -
CMYK 0 0.66 0.88 0.31
HSL 14.81º 0.79% 0.38% -
HSV(B) 14.81º 0.88% 0.69% -
XYZ 19.38 12.3 2.06 -
YUV 89.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 175 59 21 0 0.66 0.88 0.31 14.81 0.79 0.38
Hex AF 3B 15 0 42 58 1F F 4F 26
Octal 257 73 25 0 102 130 37 17 117 46
Binary 10101111 111011 10101 0 1000010 1011000 11111 1111 1001111 100110

Color Harmonies of #AF3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3B15

Black with #AF3B15

Text Example


Text Example

White with #AF3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3B15; }

 p { color: rgb(175,59,21); }

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

background-color css

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

 a { background-color: rgb(175,59,21); }

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

border-color css

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

 span { border-color: rgb(175,59,21); }

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