Html Css Color HEX #AF2605 Rust

📋 copy color: '#AF2605'

red 175 ◦ green 38 ◦ blue 5

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

Shades of Rust #AF2605

Tints of Rust #AF2605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 80.28%
G = 17.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2605 (or 0xAF2605) is known color: Rust. HEX triplet: AF, 26 and 05. RGB value is (175,38,5). Sum of RGB (Red+Green+Blue) = 175+38+5=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2605 is #50D9FA. Grayscale: #4B4B4B. Windows color (decimal): -5298683 or 337583. OLE color: 337583.

HSL color Cylindrical-coordinate representation of color #AF2605: hue angle of 11.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF2605 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 5 -
CMYK 0 0.78 0.97 0.31
HSL 11.65º 0.94% 0.35% -
HSV(B) 11.65º 0.97% 0.69% -
XYZ 18.4 10.51 1.2 -
YUV 75.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 175 38 5 0 0.78 0.97 0.31 11.65 0.94 0.35
Hex AF 26 5 0 4E 61 1F C 5E 23
Octal 257 46 5 0 116 141 37 14 136 43
Binary 10101111 100110 101 0 1001110 1100001 11111 1100 1011110 100011

Color Harmonies of #AF2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2605

Black with #AF2605

Text Example


Text Example

White with #AF2605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2605; }

 p { color: rgb(175,38,5); }

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

background-color css

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

 a { background-color: rgb(175,38,5); }

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

border-color css

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

 span { border-color: rgb(175,38,5); }

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