Html Css Color HEX #AF2C03 Rust

📋 copy color: '#AF2C03'

red 175 ◦ green 44 ◦ blue 3

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

Shades of Rust #AF2C03

Tints of Rust #AF2C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 78.83%
G = 19.82%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2C03 (or 0xAF2C03) is known color: Rust. HEX triplet: AF, 2C and 03. RGB value is (175,44,3). Sum of RGB (Red+Green+Blue) = 175+44+3=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C03 is #50D3FC. Grayscale: #4E4E4E. Windows color (decimal): -5297149 or 208047. OLE color: 208047.

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

Color convert

RGB 175 44 3 -
CMYK 0 0.75 0.98 0.31
HSL 14.3º 0.97% 0.35% -
HSV(B) 14.3º 0.98% 0.69% -
XYZ 18.6 10.92 1.21 -
YUV 78.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 175 44 3 0 0.75 0.98 0.31 14.3 0.97 0.35
Hex AF 2C 3 0 4B 62 1F E 61 23
Octal 257 54 3 0 113 142 37 16 141 43
Binary 10101111 101100 11 0 1001011 1100010 11111 1110 1100001 100011

Color Harmonies of #AF2C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C03

Black with #AF2C03

Text Example


Text Example

White with #AF2C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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