Html Css Color HEX #A83A18 Rust

📋 copy color: '#A83A18'

red 168 ◦ green 58 ◦ blue 24

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

Shades of Rust #A83A18

Tints of Rust #A83A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 67.2%
G = 23.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A83A18 (or 0xA83A18) is known color: Rust. HEX triplet: A8, 3A and 18. RGB value is (168,58,24). Sum of RGB (Red+Green+Blue) = 168+58+24=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83A18 is #57C5E7. Grayscale: #575757. Windows color (decimal): -5752296 or 1587880. OLE color: 1587880.

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

Color convert

RGB 168 58 24 -
CMYK 0 0.65 0.86 0.34
HSL 14.17º 0.75% 0.38% -
HSV(B) 14.17º 0.86% 0.66% -
XYZ 17.83 11.42 2.13 -
YUV 87.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 168 58 24 0 0.65 0.86 0.34 14.17 0.75 0.38
Hex A8 3A 18 0 41 56 22 E 4B 26
Octal 250 72 30 0 101 126 42 16 113 46
Binary 10101000 111010 11000 0 1000001 1010110 100010 1110 1001011 100110

Color Harmonies of #A83A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83A18

Black with #A83A18

Text Example


Text Example

White with #A83A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83A18; }

 p { color: rgb(168,58,24); }

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

background-color css

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

 a { background-color: rgb(168,58,24); }

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

border-color css

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

 span { border-color: rgb(168,58,24); }

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