Html Css Color HEX #AF421A Rust

📋 copy color: '#AF421A'

red 175 ◦ green 66 ◦ blue 26

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

Shades of Rust #AF421A

Tints of Rust #AF421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 65.54%
G = 24.72%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF421A (or 0xAF421A) is known color: Rust. HEX triplet: AF, 42 and 1A. RGB value is (175,66,26). Sum of RGB (Red+Green+Blue) = 175+66+26=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF421A is #50BDE5. Grayscale: #5E5E5E. Windows color (decimal): -5291494 or 1721007. OLE color: 1721007.

HSL color Cylindrical-coordinate representation of color #AF421A: hue angle of 16.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF421A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 26 -
CMYK 0 0.62 0.85 0.31
HSL 16.11º 0.74% 0.39% -
HSV(B) 16.11º 0.85% 0.69% -
XYZ 19.81 13.08 2.46 -
YUV 94.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 175 66 26 0 0.62 0.85 0.31 16.11 0.74 0.39
Hex AF 42 1A 0 3E 55 1F 10 4A 27
Octal 257 102 32 0 76 125 37 20 112 47
Binary 10101111 1000010 11010 0 111110 1010101 11111 10000 1001010 100111

Color Harmonies of #AF421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF421A

Black with #AF421A

Text Example


Text Example

White with #AF421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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