Html Css Color HEX #A83C19 Rust

📋 copy color: '#A83C19'

red 168 ◦ green 60 ◦ blue 25

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

Shades of Rust #A83C19

Tints of Rust #A83C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 66.4%
G = 23.72%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A83C19 (or 0xA83C19) is known color: Rust. HEX triplet: A8, 3C and 19. RGB value is (168,60,25). Sum of RGB (Red+Green+Blue) = 168+60+25=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C19 is #57C3E6. Grayscale: #585858. Windows color (decimal): -5751783 or 1653928. OLE color: 1653928.

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

Color convert

RGB 168 60 25 -
CMYK 0 0.64 0.85 0.34
HSL 14.69º 0.74% 0.38% -
HSV(B) 14.69º 0.85% 0.66% -
XYZ 17.94 11.63 2.22 -
YUV 88.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 168 60 25 0 0.64 0.85 0.34 14.69 0.74 0.38
Hex A8 3C 19 0 40 55 22 F 4A 26
Octal 250 74 31 0 100 125 42 17 112 46
Binary 10101000 111100 11001 0 1000000 1010101 100010 1111 1001010 100110

Color Harmonies of #A83C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C19

Black with #A83C19

Text Example


Text Example

White with #A83C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C19; }

 p { color: rgb(168,60,25); }

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

background-color css

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

 a { background-color: rgb(168,60,25); }

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

border-color css

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

 span { border-color: rgb(168,60,25); }

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