Html Css Color HEX #AF2506 Rust

📋 copy color: '#AF2506'

red 175 ◦ green 37 ◦ blue 6

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

Shades of Rust #AF2506

Tints of Rust #AF2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 80.28%
G = 16.97%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2506 (or 0xAF2506) is known color: Rust. HEX triplet: AF, 25 and 06. RGB value is (175,37,6). Sum of RGB (Red+Green+Blue) = 175+37+6=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2506 is #50DAF9. Grayscale: #4A4A4A. Windows color (decimal): -5298938 or 402863. OLE color: 402863.

HSL color Cylindrical-coordinate representation of color #AF2506: hue angle of 11.01º degrees, saturation: 0.93, 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 #AF2506 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 6 -
CMYK 0 0.79 0.97 0.31
HSL 11.01º 0.93% 0.35% -
HSV(B) 11.01º 0.97% 0.69% -
XYZ 18.37 10.45 1.22 -
YUV 74.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 175 37 6 0 0.79 0.97 0.31 11.01 0.93 0.35
Hex AF 25 6 0 4F 61 1F B 5D 23
Octal 257 45 6 0 117 141 37 13 135 43
Binary 10101111 100101 110 0 1001111 1100001 11111 1011 1011101 100011

Color Harmonies of #AF2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2506

Black with #AF2506

Text Example


Text Example

White with #AF2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2506; }

 p { color: rgb(175,37,6); }

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

background-color css

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

 a { background-color: rgb(175,37,6); }

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

border-color css

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

 span { border-color: rgb(175,37,6); }

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