Html Css Color HEX #AF381D Rust

📋 copy color: '#AF381D'

red 175 ◦ green 56 ◦ blue 29

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

Shades of Rust #AF381D

Tints of Rust #AF381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 67.31%
G = 21.54%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF381D (or 0xAF381D) is known color: Rust. HEX triplet: AF, 38 and 1D. RGB value is (175,56,29). Sum of RGB (Red+Green+Blue) = 175+56+29=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF381D is #50C7E2. Grayscale: #585858. Windows color (decimal): -5294051 or 1915055. OLE color: 1915055.

HSL color Cylindrical-coordinate representation of color #AF381D: hue angle of 11.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF381D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 29 -
CMYK 0 0.68 0.83 0.31
HSL 11.1º 0.72% 0.4% -
HSV(B) 11.1º 0.83% 0.69% -
XYZ 19.32 12.03 2.47 -
YUV 88.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 175 56 29 0 0.68 0.83 0.31 11.1 0.72 0.4
Hex AF 38 1D 0 44 53 1F B 48 28
Octal 257 70 35 0 104 123 37 13 110 50
Binary 10101111 111000 11101 0 1000100 1010011 11111 1011 1001000 101000

Color Harmonies of #AF381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF381D

Black with #AF381D

Text Example


Text Example

White with #AF381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF381D; }

 p { color: rgb(175,56,29); }

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

background-color css

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

 a { background-color: rgb(175,56,29); }

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

border-color css

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

 span { border-color: rgb(175,56,29); }

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