Html Css Color HEX #AF2C02 Rust

📋 copy color: '#AF2C02'

red 175 ◦ green 44 ◦ blue 2

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

Shades of Rust #AF2C02

Tints of Rust #AF2C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

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

R = 79.19%
G = 19.91%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2C02 (or 0xAF2C02) is known color: Rust. HEX triplet: AF, 2C and 02. RGB value is (175,44,2). Sum of RGB (Red+Green+Blue) = 175+44+2=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C02 is #50D3FD. Grayscale: #4E4E4E. Windows color (decimal): -5297150 or 142511. OLE color: 142511.

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

Color convert

RGB 175 44 2 -
CMYK 0 0.75 0.99 0.31
HSL 14.57º 0.98% 0.35% -
HSV(B) 14.57º 0.99% 0.69% -
XYZ 18.59 10.92 1.19 -
YUV 78.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 175 44 2 0 0.75 0.99 0.31 14.57 0.98 0.35
Hex AF 2C 2 0 4B 63 1F F 62 23
Octal 257 54 2 0 113 143 37 17 142 43
Binary 10101111 101100 10 0 1001011 1100011 11111 1111 1100010 100011

Color Harmonies of #AF2C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C02

Black with #AF2C02

Text Example


Text Example

White with #AF2C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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