Html Css Color HEX #AF3A01 Rust

📋 copy color: '#AF3A01'

red 175 ◦ green 58 ◦ blue 1

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

Shades of Rust #AF3A01

Tints of Rust #AF3A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 74.79%
G = 24.79%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3A01 (or 0xAF3A01) is known color: Rust. HEX triplet: AF, 3A and 01. RGB value is (175,58,1). Sum of RGB (Red+Green+Blue) = 175+58+1=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A01 is #50C5FE. Grayscale: #565656. Windows color (decimal): -5293567 or 80559. OLE color: 80559.

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

Color convert

RGB 175 58 1 -
CMYK 0 0.67 0.99 0.31
HSL 19.66º 0.99% 0.35% -
HSV(B) 19.66º 0.99% 0.69% -
XYZ 19.2 12.14 1.36 -
YUV 86.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 175 58 1 0 0.67 0.99 0.31 19.66 0.99 0.35
Hex AF 3A 1 0 43 63 1F 14 63 23
Octal 257 72 1 0 103 143 37 24 143 43
Binary 10101111 111010 1 0 1000011 1100011 11111 10100 1100011 100011

Color Harmonies of #AF3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A01

Black with #AF3A01

Text Example


Text Example

White with #AF3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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