Html Css Color HEX #AF451D Rust

📋 copy color: '#AF451D'

red 175 ◦ green 69 ◦ blue 29

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

Shades of Rust #AF451D

Tints of Rust #AF451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 64.1%
G = 25.27%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF451D (or 0xAF451D) is known color: Rust. HEX triplet: AF, 45 and 1D. RGB value is (175,69,29). Sum of RGB (Red+Green+Blue) = 175+69+29=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF451D is #50BAE2. Grayscale: #606060. Windows color (decimal): -5290723 or 1918383. OLE color: 1918383.

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

Color convert

RGB 175 69 29 -
CMYK 0 0.61 0.83 0.31
HSL 16.44º 0.72% 0.4% -
HSV(B) 16.44º 0.83% 0.69% -
XYZ 20.03 13.46 2.7 -
YUV 96.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 175 69 29 0 0.61 0.83 0.31 16.44 0.72 0.4
Hex AF 45 1D 0 3D 53 1F 10 48 28
Octal 257 105 35 0 75 123 37 20 110 50
Binary 10101111 1000101 11101 0 111101 1010011 11111 10000 1001000 101000

Color Harmonies of #AF451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF451D

Black with #AF451D

Text Example


Text Example

White with #AF451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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