Html Css Color HEX #AF3601 Rust

📋 copy color: '#AF3601'

red 175 ◦ green 54 ◦ blue 1

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

Shades of Rust #AF3601

Tints of Rust #AF3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 76.09%
G = 23.48%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3601 (or 0xAF3601) is known color: Rust. HEX triplet: AF, 36 and 01. RGB value is (175,54,1). Sum of RGB (Red+Green+Blue) = 175+54+1=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3601 is #50C9FE. Grayscale: #545454. Windows color (decimal): -5294591 or 79535. OLE color: 79535.

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

Color convert

RGB 175 54 1 -
CMYK 0 0.69 0.99 0.31
HSL 18.28º 0.99% 0.35% -
HSV(B) 18.28º 0.99% 0.69% -
XYZ 19 11.75 1.3 -
YUV 84.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 175 54 1 0 0.69 0.99 0.31 18.28 0.99 0.35
Hex AF 36 1 0 45 63 1F 12 63 23
Octal 257 66 1 0 105 143 37 22 143 43
Binary 10101111 110110 1 0 1000101 1100011 11111 10010 1100011 100011

Color Harmonies of #AF3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3601

Black with #AF3601

Text Example


Text Example

White with #AF3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3601; }

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

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

background-color css

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

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

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

border-color css

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

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

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