Html Css Color HEX #AF2202 Rust

📋 copy color: '#AF2202'

red 175 ◦ green 34 ◦ blue 2

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

Shades of Rust #AF2202

Tints of Rust #AF2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 82.94%
G = 16.11%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2202 (or 0xAF2202) is known color: Rust. HEX triplet: AF, 22 and 02. RGB value is (175,34,2). Sum of RGB (Red+Green+Blue) = 175+34+2=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2202 is #50DDFD. Grayscale: #484848. Windows color (decimal): -5299710 or 139951. OLE color: 139951.

HSL color Cylindrical-coordinate representation of color #AF2202: hue angle of 11.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2202 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 2 -
CMYK 0 0.81 0.99 0.31
HSL 11.1º 0.98% 0.35% -
HSV(B) 11.1º 0.99% 0.69% -
XYZ 18.26 10.26 1.08 -
YUV 72.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 175 34 2 0 0.81 0.99 0.31 11.1 0.98 0.35
Hex AF 22 2 0 51 63 1F B 62 23
Octal 257 42 2 0 121 143 37 13 142 43
Binary 10101111 100010 10 0 1010001 1100011 11111 1011 1100010 100011

Color Harmonies of #AF2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2202

Black with #AF2202

Text Example


Text Example

White with #AF2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2202; }

 p { color: rgb(175,34,2); }

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

background-color css

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

 a { background-color: rgb(175,34,2); }

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

border-color css

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

 span { border-color: rgb(175,34,2); }

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