Html Css Color HEX #AF3405 Rust

📋 copy color: '#AF3405'

red 175 ◦ green 52 ◦ blue 5

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

Shades of Rust #AF3405

Tints of Rust #AF3405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 75.43%
G = 22.41%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3405 (or 0xAF3405) is known color: Rust. HEX triplet: AF, 34 and 05. RGB value is (175,52,5). Sum of RGB (Red+Green+Blue) = 175+52+5=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3405 is #50CBFA. Grayscale: #535353. Windows color (decimal): -5295099 or 341167. OLE color: 341167.

HSL color Cylindrical-coordinate representation of color #AF3405: hue angle of 16.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3405 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 5 -
CMYK 0 0.70 0.97 0.31
HSL 16.59º 0.94% 0.35% -
HSV(B) 16.59º 0.97% 0.69% -
XYZ 18.93 11.58 1.38 -
YUV 83.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 175 52 5 0 0.70 0.97 0.31 16.59 0.94 0.35
Hex AF 34 5 0 46 61 1F 11 5E 23
Octal 257 64 5 0 106 141 37 21 136 43
Binary 10101111 110100 101 0 1000110 1100001 11111 10001 1011110 100011

Color Harmonies of #AF3405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3405

Black with #AF3405

Text Example


Text Example

White with #AF3405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3405; }

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

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

background-color css

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

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

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

border-color css

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

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

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