Html Css Color HEX #A83D15 Rust

📋 copy color: '#A83D15'

red 168 ◦ green 61 ◦ blue 21

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

Shades of Rust #A83D15

Tints of Rust #A83D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 67.2%
G = 24.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A83D15 (or 0xA83D15) is known color: Rust. HEX triplet: A8, 3D and 15. RGB value is (168,61,21). Sum of RGB (Red+Green+Blue) = 168+61+21=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D15 is #57C2EA. Grayscale: #585858. Windows color (decimal): -5751531 or 1392040. OLE color: 1392040.

HSL color Cylindrical-coordinate representation of color #A83D15: hue angle of 16.33º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A83D15 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 61 21 -
CMYK 0 0.64 0.88 0.34
HSL 16.33º 0.78% 0.37% -
HSV(B) 16.33º 0.88% 0.66% -
XYZ 17.95 11.72 2.02 -
YUV 88.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 168 61 21 0 0.64 0.88 0.34 16.33 0.78 0.37
Hex A8 3D 15 0 40 58 22 10 4E 25
Octal 250 75 25 0 100 130 42 20 116 45
Binary 10101000 111101 10101 0 1000000 1011000 100010 10000 1001110 100101

Color Harmonies of #A83D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83D15

Black with #A83D15

Text Example


Text Example

White with #A83D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83D15; }

 p { color: rgb(168,61,21); }

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

background-color css

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

 a { background-color: rgb(168,61,21); }

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

border-color css

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

 span { border-color: rgb(168,61,21); }

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