Html Css Color HEX #A34201 Rust

📋 copy color: '#A34201'

red 163 ◦ green 66 ◦ blue 1

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

Shades of Rust #A34201

Tints of Rust #A34201

RGB

 RED value IS 163 (64.06% from 255) = 70.87%

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 70.87%
G = 28.7%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A34201 (or 0xA34201) is known color: Rust. HEX triplet: A3, 42 and 01. RGB value is (163,66,1). Sum of RGB (Red+Green+Blue) = 163+66+1=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A34201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34201 is #5CBDFE. Grayscale: #575757. Windows color (decimal): -6077951 or 82595. OLE color: 82595.

HSL color Cylindrical-coordinate representation of color #A34201: hue angle of 24.07º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A34201 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 1 -
CMYK 0 0.60 0.99 0.36
HSL 24.07º 0.99% 0.32% -
HSV(B) 24.07º 0.99% 0.64% -
XYZ 17.06 11.69 1.39 -
YUV 87.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 163 66 1 0 0.60 0.99 0.36 24.07 0.99 0.32
Hex A3 42 1 0 3C 63 24 18 63 20
Octal 243 102 1 0 74 143 44 30 143 40
Binary 10100011 1000010 1 0 111100 1100011 100100 11000 1100011 100000

Color Harmonies of #A34201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34201

Black with #A34201

Text Example


Text Example

White with #A34201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34201; }

 p { color: rgb(163,66,1); }

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

background-color css

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

 a { background-color: rgb(163,66,1); }

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

border-color css

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

 span { border-color: rgb(163,66,1); }

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