Html Css Color HEX #AF2803 Rust

📋 copy color: '#AF2803'

red 175 ◦ green 40 ◦ blue 3

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

Shades of Rust #AF2803

Tints of Rust #AF2803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 80.28%
G = 18.35%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2803 (or 0xAF2803) is known color: Rust. HEX triplet: AF, 28 and 03. RGB value is (175,40,3). Sum of RGB (Red+Green+Blue) = 175+40+3=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2803 is #50D7FC. Grayscale: #4C4C4C. Windows color (decimal): -5298173 or 207023. OLE color: 207023.

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

Color convert

RGB 175 40 3 -
CMYK 0 0.77 0.98 0.31
HSL 12.91º 0.97% 0.35% -
HSV(B) 12.91º 0.98% 0.69% -
XYZ 18.45 10.64 1.17 -
YUV 76.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 175 40 3 0 0.77 0.98 0.31 12.91 0.97 0.35
Hex AF 28 3 0 4D 62 1F D 61 23
Octal 257 50 3 0 115 142 37 15 141 43
Binary 10101111 101000 11 0 1001101 1100010 11111 1101 1100001 100011

Color Harmonies of #AF2803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2803

Black with #AF2803

Text Example


Text Example

White with #AF2803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2803; }

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

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

background-color css

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

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

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

border-color css

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

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

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