Html Css Color HEX #AF2A07 Rust

📋 copy color: '#AF2A07'

red 175 ◦ green 42 ◦ blue 7

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

Shades of Rust #AF2A07

Tints of Rust #AF2A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

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

R = 78.13%
G = 18.75%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF2A07 (or 0xAF2A07) is known color: Rust. HEX triplet: AF, 2A and 07. RGB value is (175,42,7). Sum of RGB (Red+Green+Blue) = 175+42+7=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A07 is #50D5F8. Grayscale: #4E4E4E. Windows color (decimal): -5297657 or 469679. OLE color: 469679.

HSL color Cylindrical-coordinate representation of color #AF2A07: hue angle of 12.5º 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 #AF2A07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 42 7 -
CMYK 0 0.76 0.96 0.31
HSL 12.5º 0.92% 0.36% -
HSV(B) 12.5º 0.96% 0.69% -
XYZ 18.55 10.79 1.31 -
YUV 77.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 175 42 7 0 0.76 0.96 0.31 12.5 0.92 0.36
Hex AF 2A 7 0 4C 60 1F C 5C 24
Octal 257 52 7 0 114 140 37 14 134 44
Binary 10101111 101010 111 0 1001100 1100000 11111 1100 1011100 100100

Color Harmonies of #AF2A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A07

Black with #AF2A07

Text Example


Text Example

White with #AF2A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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