Html Css Color HEX #AF2A01 Rust

📋 copy color: '#AF2A01'

red 175 ◦ green 42 ◦ blue 1

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

Shades of Rust #AF2A01

Tints of Rust #AF2A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 80.28%
G = 19.27%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2A01 (or 0xAF2A01) is known color: Rust. HEX triplet: AF, 2A and 01. RGB value is (175,42,1). Sum of RGB (Red+Green+Blue) = 175+42+1=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A01 is #50D5FE. Grayscale: #4D4D4D. Windows color (decimal): -5297663 or 76463. OLE color: 76463.

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

Color convert

RGB 175 42 1 -
CMYK 0 0.76 0.99 0.31
HSL 14.14º 0.99% 0.35% -
HSV(B) 14.14º 0.99% 0.69% -
XYZ 18.51 10.77 1.13 -
YUV 77.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 175 42 1 0 0.76 0.99 0.31 14.14 0.99 0.35
Hex AF 2A 1 0 4C 63 1F E 63 23
Octal 257 52 1 0 114 143 37 16 143 43
Binary 10101111 101010 1 0 1001100 1100011 11111 1110 1100011 100011

Color Harmonies of #AF2A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2A01

Black with #AF2A01

Text Example


Text Example

White with #AF2A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2A01; }

 p { color: rgb(175,42,1); }

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

background-color css

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

 a { background-color: rgb(175,42,1); }

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

border-color css

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

 span { border-color: rgb(175,42,1); }

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