Html Css Color HEX #AF3401 Rust

📋 copy color: '#AF3401'

red 175 ◦ green 52 ◦ blue 1

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

Shades of Rust #AF3401

Tints of Rust #AF3401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 76.75%
G = 22.81%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3401 (or 0xAF3401) is known color: Rust. HEX triplet: AF, 34 and 01. RGB value is (175,52,1). Sum of RGB (Red+Green+Blue) = 175+52+1=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3401 is #50CBFE. Grayscale: #535353. Windows color (decimal): -5295103 or 79023. OLE color: 79023.

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

Color convert

RGB 175 52 1 -
CMYK 0 0.70 0.99 0.31
HSL 17.59º 0.99% 0.35% -
HSV(B) 17.59º 0.99% 0.69% -
XYZ 18.91 11.57 1.27 -
YUV 82.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 175 52 1 0 0.70 0.99 0.31 17.59 0.99 0.35
Hex AF 34 1 0 46 63 1F 12 63 23
Octal 257 64 1 0 106 143 37 22 143 43
Binary 10101111 110100 1 0 1000110 1100011 11111 10010 1100011 100011

Color Harmonies of #AF3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3401

Black with #AF3401

Text Example


Text Example

White with #AF3401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3401; }

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

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

background-color css

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

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

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

border-color css

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

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

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