Html Css Color HEX #AF280A Rust

📋 copy color: '#AF280A'

red 175 ◦ green 40 ◦ blue 10

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

Shades of Rust #AF280A

Tints of Rust #AF280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 77.78%
G = 17.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF280A (or 0xAF280A) is known color: Rust. HEX triplet: AF, 28 and 0A. RGB value is (175,40,10). Sum of RGB (Red+Green+Blue) = 175+40+10=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF280A is #50D7F5. Grayscale: #4D4D4D. Windows color (decimal): -5298166 or 665775. OLE color: 665775.

HSL color Cylindrical-coordinate representation of color #AF280A: hue angle of 10.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF280A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 10 -
CMYK 0 0.77 0.94 0.31
HSL 10.91º 0.89% 0.36% -
HSV(B) 10.91º 0.94% 0.69% -
XYZ 18.49 10.65 1.37 -
YUV 76.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 175 40 10 0 0.77 0.94 0.31 10.91 0.89 0.36
Hex AF 28 A 0 4D 5E 1F B 59 24
Octal 257 50 12 0 115 136 37 13 131 44
Binary 10101111 101000 1010 0 1001101 1011110 11111 1011 1011001 100100

Color Harmonies of #AF280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF280A

Black with #AF280A

Text Example


Text Example

White with #AF280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF280A; }

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

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

background-color css

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

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

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

border-color css

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

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

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