Html Css Color HEX #AF3602 Rust

📋 copy color: '#AF3602'

red 175 ◦ green 54 ◦ blue 2

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

Shades of Rust #AF3602

Tints of Rust #AF3602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 75.76%
G = 23.38%
B = 0.87%

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

#AF3602 (or 0xAF3602) is known color: Rust. HEX triplet: AF, 36 and 02. RGB value is (175,54,2). Sum of RGB (Red+Green+Blue) = 175+54+2=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3602 is #50C9FD. Grayscale: #545454. Windows color (decimal): -5294590 or 145071. OLE color: 145071.

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

Color convert

RGB 175 54 2 -
CMYK 0 0.69 0.99 0.31
HSL 18.03º 0.98% 0.35% -
HSV(B) 18.03º 0.99% 0.69% -
XYZ 19.01 11.76 1.32 -
YUV 84.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 175 54 2 0 0.69 0.99 0.31 18.03 0.98 0.35
Hex AF 36 2 0 45 63 1F 12 62 23
Octal 257 66 2 0 105 143 37 22 142 43
Binary 10101111 110110 10 0 1000101 1100011 11111 10010 1100010 100011

Color Harmonies of #AF3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3602

Black with #AF3602

Text Example


Text Example

White with #AF3602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3602; }

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

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

background-color css

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

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

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

border-color css

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

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

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