Html Css Color HEX #A83419 Rust

📋 copy color: '#A83419'

red 168 ◦ green 52 ◦ blue 25

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

Shades of Rust #A83419

Tints of Rust #A83419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 68.57%
G = 21.22%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A83419 (or 0xA83419) is known color: Rust. HEX triplet: A8, 34 and 19. RGB value is (168,52,25). Sum of RGB (Red+Green+Blue) = 168+52+25=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A83419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83419 is #57CBE6. Grayscale: #535353. Windows color (decimal): -5753831 or 1651880. OLE color: 1651880.

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

Color convert

RGB 168 52 25 -
CMYK 0 0.69 0.85 0.34
HSL 11.33º 0.74% 0.38% -
HSV(B) 11.33º 0.85% 0.66% -
XYZ 17.55 10.85 2.09 -
YUV 83.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 168 52 25 0 0.69 0.85 0.34 11.33 0.74 0.38
Hex A8 34 19 0 45 55 22 B 4A 26
Octal 250 64 31 0 105 125 42 13 112 46
Binary 10101000 110100 11001 0 1000101 1010101 100010 1011 1001010 100110

Color Harmonies of #A83419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83419

Black with #A83419

Text Example


Text Example

White with #A83419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83419; }

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

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

background-color css

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

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

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

border-color css

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

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

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