Html Css Color HEX #A83507 Rust

📋 copy color: '#A83507'

red 168 ◦ green 53 ◦ blue 7

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

Shades of Rust #A83507

Tints of Rust #A83507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 73.68%
G = 23.25%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A83507 (or 0xA83507) is known color: Rust. HEX triplet: A8, 35 and 07. RGB value is (168,53,7). Sum of RGB (Red+Green+Blue) = 168+53+7=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A83507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83507 is #57CAF8. Grayscale: #525252. Windows color (decimal): -5753593 or 472488. OLE color: 472488.

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

Color convert

RGB 168 53 7 -
CMYK 0 0.68 0.96 0.34
HSL 17.14º 0.92% 0.34% -
HSV(B) 17.14º 0.96% 0.66% -
XYZ 17.46 10.89 1.38 -
YUV 82.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 168 53 7 0 0.68 0.96 0.34 17.14 0.92 0.34
Hex A8 35 7 0 44 60 22 11 5C 22
Octal 250 65 7 0 104 140 42 21 134 42
Binary 10101000 110101 111 0 1000100 1100000 100010 10001 1011100 100010

Color Harmonies of #A83507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83507

Black with #A83507

Text Example


Text Example

White with #A83507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83507; }

 p { color: rgb(168,53,7); }

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

background-color css

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

 a { background-color: rgb(168,53,7); }

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

border-color css

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

 span { border-color: rgb(168,53,7); }

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