Html Css Color HEX #AF2F09 Rust

📋 copy color: '#AF2F09'

red 175 ◦ green 47 ◦ blue 9

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

Shades of Rust #AF2F09

Tints of Rust #AF2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

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

R = 75.76%
G = 20.35%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF2F09 (or 0xAF2F09) is known color: Rust. HEX triplet: AF, 2F and 09. RGB value is (175,47,9). Sum of RGB (Red+Green+Blue) = 175+47+9=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F09 is #50D0F6. Grayscale: #515151. Windows color (decimal): -5296375 or 602031. OLE color: 602031.

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

Color convert

RGB 175 47 9 -
CMYK 0 0.73 0.95 0.31
HSL 13.73º 0.9% 0.36% -
HSV(B) 13.73º 0.95% 0.69% -
XYZ 18.75 11.17 1.43 -
YUV 80.94 87.41 195.09 -
System Red Green Blue C M Y K H S L
Decimal 175 47 9 0 0.73 0.95 0.31 13.73 0.9 0.36
Hex AF 2F 9 0 49 5F 1F E 5A 24
Octal 257 57 11 0 111 137 37 16 132 44
Binary 10101111 101111 1001 0 1001001 1011111 11111 1110 1011010 100100

Color Harmonies of #AF2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F09

Black with #AF2F09

Text Example


Text Example

White with #AF2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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