Html Css Color HEX #AF2E07 Rust

📋 copy color: '#AF2E07'

red 175 ◦ green 46 ◦ blue 7

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

Shades of Rust #AF2E07

Tints of Rust #AF2E07

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.18%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 76.75%
G = 20.18%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF2E07 (or 0xAF2E07) is known color: Rust. HEX triplet: AF, 2E and 07. RGB value is (175,46,7). Sum of RGB (Red+Green+Blue) = 175+46+7=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E07 is #50D1F8. Grayscale: #505050. Windows color (decimal): -5296633 or 470703. OLE color: 470703.

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

Color convert

RGB 175 46 7 -
CMYK 0 0.74 0.96 0.31
HSL 13.93º 0.92% 0.36% -
HSV(B) 13.93º 0.96% 0.69% -
XYZ 18.69 11.08 1.35 -
YUV 80.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 175 46 7 0 0.74 0.96 0.31 13.93 0.92 0.36
Hex AF 2E 7 0 4A 60 1F E 5C 24
Octal 257 56 7 0 112 140 37 16 134 44
Binary 10101111 101110 111 0 1001010 1100000 11111 1110 1011100 100100

Color Harmonies of #AF2E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E07

Black with #AF2E07

Text Example


Text Example

White with #AF2E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E07; }

 p { color: rgb(175,46,7); }

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

background-color css

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

 a { background-color: rgb(175,46,7); }

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

border-color css

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

 span { border-color: rgb(175,46,7); }

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