Html Css Color HEX #AF421E Rust

📋 copy color: '#AF421E'

red 175 ◦ green 66 ◦ blue 30

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

Shades of Rust #AF421E

Tints of Rust #AF421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 64.58%
G = 24.35%
B = 11.07%

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

#AF421E (or 0xAF421E) is known color: Rust. HEX triplet: AF, 42 and 1E. RGB value is (175,66,30). Sum of RGB (Red+Green+Blue) = 175+66+30=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF421E is #50BDE1. Grayscale: #5E5E5E. Windows color (decimal): -5291490 or 1983151. OLE color: 1983151.

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

Color convert

RGB 175 66 30 -
CMYK 0 0.62 0.83 0.31
HSL 14.9º 0.71% 0.4% -
HSV(B) 14.9º 0.83% 0.69% -
XYZ 19.86 13.1 2.71 -
YUV 94.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 175 66 30 0 0.62 0.83 0.31 14.9 0.71 0.4
Hex AF 42 1E 0 3E 53 1F F 47 28
Octal 257 102 36 0 76 123 37 17 107 50
Binary 10101111 1000010 11110 0 111110 1010011 11111 1111 1000111 101000

Color Harmonies of #AF421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF421E

Black with #AF421E

Text Example


Text Example

White with #AF421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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