Html Css Color HEX #A63601 Rust

📋 copy color: '#A63601'

red 166 ◦ green 54 ◦ blue 1

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

Shades of Rust #A63601

Tints of Rust #A63601

RGB

 RED value IS 166 (65.23% from 255) = 75.11%

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 75.11%
G = 24.43%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63601 (or 0xA63601) is known color: Rust. HEX triplet: A6, 36 and 01. RGB value is (166,54,1). Sum of RGB (Red+Green+Blue) = 166+54+1=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A63601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63601 is #59C9FE. Grayscale: #515151. Windows color (decimal): -5884415 or 79526. OLE color: 79526.

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

Color convert

RGB 166 54 1 -
CMYK 0 0.67 0.99 0.35
HSL 19.27º 0.99% 0.33% -
HSV(B) 19.27º 0.99% 0.65% -
XYZ 17.05 10.75 1.2 -
YUV 81.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 166 54 1 0 0.67 0.99 0.35 19.27 0.99 0.33
Hex A6 36 1 0 43 63 23 13 63 21
Octal 246 66 1 0 103 143 43 23 143 41
Binary 10100110 110110 1 0 1000011 1100011 100011 10011 1100011 100001

Color Harmonies of #A63601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63601

Black with #A63601

Text Example


Text Example

White with #A63601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63601; }

 p { color: rgb(166,54,1); }

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

background-color css

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

 a { background-color: rgb(166,54,1); }

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

border-color css

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

 span { border-color: rgb(166,54,1); }

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