Html Css Color HEX #AF421D Rust

📋 copy color: '#AF421D'

red 175 ◦ green 66 ◦ blue 29

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

Shades of Rust #AF421D

Tints of Rust #AF421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 64.81%
G = 24.44%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF421D (or 0xAF421D) is known color: Rust. HEX triplet: AF, 42 and 1D. RGB value is (175,66,29). Sum of RGB (Red+Green+Blue) = 175+66+29=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF421D is #50BDE2. Grayscale: #5E5E5E. Windows color (decimal): -5291491 or 1917615. OLE color: 1917615.

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

Color convert

RGB 175 66 29 -
CMYK 0 0.62 0.83 0.31
HSL 15.21º 0.72% 0.4% -
HSV(B) 15.21º 0.83% 0.69% -
XYZ 19.85 13.1 2.64 -
YUV 94.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 175 66 29 0 0.62 0.83 0.31 15.21 0.72 0.4
Hex AF 42 1D 0 3E 53 1F F 48 28
Octal 257 102 35 0 76 123 37 17 110 50
Binary 10101111 1000010 11101 0 111110 1010011 11111 1111 1001000 101000

Color Harmonies of #AF421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF421D

Black with #AF421D

Text Example


Text Example

White with #AF421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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