Html Css Color HEX #A83405 Rust

📋 copy color: '#A83405'

red 168 ◦ green 52 ◦ blue 5

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

Shades of Rust #A83405

Tints of Rust #A83405

RGB

 RED value IS 168 (66.02% from 255) = 74.67%

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

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

R = 74.67%
G = 23.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A83405 (or 0xA83405) is known color: Rust. HEX triplet: A8, 34 and 05. RGB value is (168,52,5). Sum of RGB (Red+Green+Blue) = 168+52+5=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A83405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83405 is #57CBFA. Grayscale: #515151. Windows color (decimal): -5753851 or 341160. OLE color: 341160.

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

Color convert

RGB 168 52 5 -
CMYK 0 0.69 0.97 0.34
HSL 17.3º 0.94% 0.34% -
HSV(B) 17.3º 0.97% 0.66% -
XYZ 17.4 10.79 1.31 -
YUV 81.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 168 52 5 0 0.69 0.97 0.34 17.3 0.94 0.34
Hex A8 34 5 0 45 61 22 11 5E 22
Octal 250 64 5 0 105 141 42 21 136 42
Binary 10101000 110100 101 0 1000101 1100001 100010 10001 1011110 100010

Color Harmonies of #A83405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83405

Black with #A83405

Text Example


Text Example

White with #A83405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83405; }

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

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

background-color css

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

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

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

border-color css

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

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

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