Html Css Color HEX #A83107 Rust

📋 copy color: '#A83107'

red 168 ◦ green 49 ◦ blue 7

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

Shades of Rust #A83107

Tints of Rust #A83107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

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

R = 75%
G = 21.88%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A83107 (or 0xA83107) is known color: Rust. HEX triplet: A8, 31 and 07. RGB value is (168,49,7). Sum of RGB (Red+Green+Blue) = 168+49+7=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A83107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83107 is #57CEF8. Grayscale: #505050. Windows color (decimal): -5754617 or 471464. OLE color: 471464.

HSL color Cylindrical-coordinate representation of color #A83107: hue angle of 15.65º 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 #A83107 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 7 -
CMYK 0 0.71 0.96 0.34
HSL 15.65º 0.92% 0.34% -
HSV(B) 15.65º 0.96% 0.66% -
XYZ 17.29 10.54 1.32 -
YUV 79.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 168 49 7 0 0.71 0.96 0.34 15.65 0.92 0.34
Hex A8 31 7 0 47 60 22 10 5C 22
Octal 250 61 7 0 107 140 42 20 134 42
Binary 10101000 110001 111 0 1000111 1100000 100010 10000 1011100 100010

Color Harmonies of #A83107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83107

Black with #A83107

Text Example


Text Example

White with #A83107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83107; }

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

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

background-color css

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

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

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

border-color css

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

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

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