Html Css Color HEX #A83501 Rust

📋 copy color: '#A83501'

red 168 ◦ green 53 ◦ blue 1

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

Shades of Rust #A83501

Tints of Rust #A83501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 75.68%
G = 23.87%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A83501 (or 0xA83501) is known color: Rust. HEX triplet: A8, 35 and 01. RGB value is (168,53,1). Sum of RGB (Red+Green+Blue) = 168+53+1=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A83501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83501 is #57CAFE. Grayscale: #515151. Windows color (decimal): -5753599 or 79272. OLE color: 79272.

HSL color Cylindrical-coordinate representation of color #A83501: hue angle of 18.68º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A83501 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 53 1 -
CMYK 0 0.68 0.99 0.34
HSL 18.68º 0.99% 0.33% -
HSV(B) 18.68º 0.99% 0.66% -
XYZ 17.43 10.87 1.21 -
YUV 81.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 168 53 1 0 0.68 0.99 0.34 18.68 0.99 0.33
Hex A8 35 1 0 44 63 22 13 63 21
Octal 250 65 1 0 104 143 42 23 143 41
Binary 10101000 110101 1 0 1000100 1100011 100010 10011 1100011 100001

Color Harmonies of #A83501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83501

Black with #A83501

Text Example


Text Example

White with #A83501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83501; }

 p { color: rgb(168,53,1); }

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

background-color css

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

 a { background-color: rgb(168,53,1); }

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

border-color css

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

 span { border-color: rgb(168,53,1); }

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