Html Css Color HEX #AF2A09 Rust

📋 copy color: '#AF2A09'

red 175 ◦ green 42 ◦ blue 9

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

Shades of Rust #AF2A09

Tints of Rust #AF2A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.98%

R = 77.43%
G = 18.58%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF2A09 (or 0xAF2A09) is known color: Rust. HEX triplet: AF, 2A and 09. RGB value is (175,42,9). Sum of RGB (Red+Green+Blue) = 175+42+9=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A09 is #50D5F6. Grayscale: #4E4E4E. Windows color (decimal): -5297655 or 600751. OLE color: 600751.

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

Color convert

RGB 175 42 9 -
CMYK 0 0.76 0.95 0.31
HSL 11.93º 0.9% 0.36% -
HSV(B) 11.93º 0.95% 0.69% -
XYZ 18.56 10.79 1.36 -
YUV 78.01 89.06 197.18 -
System Red Green Blue C M Y K H S L
Decimal 175 42 9 0 0.76 0.95 0.31 11.93 0.9 0.36
Hex AF 2A 9 0 4C 5F 1F C 5A 24
Octal 257 52 11 0 114 137 37 14 132 44
Binary 10101111 101010 1001 0 1001100 1011111 11111 1100 1011010 100100

Color Harmonies of #AF2A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A09

Black with #AF2A09

Text Example


Text Example

White with #AF2A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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