Html Css Color HEX #A63A15 Rust

📋 copy color: '#A63A15'

red 166 ◦ green 58 ◦ blue 21

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

Shades of Rust #A63A15

Tints of Rust #A63A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 67.76%
G = 23.67%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A63A15 (or 0xA63A15) is known color: Rust. HEX triplet: A6, 3A and 15. RGB value is (166,58,21). Sum of RGB (Red+Green+Blue) = 166+58+21=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A15 is #59C5EA. Grayscale: #565656. Windows color (decimal): -5883371 or 1391270. OLE color: 1391270.

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

Color convert

RGB 166 58 21 -
CMYK 0 0.65 0.87 0.35
HSL 15.31º 0.78% 0.37% -
HSV(B) 15.31º 0.87% 0.65% -
XYZ 17.37 11.19 1.95 -
YUV 86.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 166 58 21 0 0.65 0.87 0.35 15.31 0.78 0.37
Hex A6 3A 15 0 41 57 23 F 4E 25
Octal 246 72 25 0 101 127 43 17 116 45
Binary 10100110 111010 10101 0 1000001 1010111 100011 1111 1001110 100101

Color Harmonies of #A63A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A15

Black with #A63A15

Text Example


Text Example

White with #A63A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A15; }

 p { color: rgb(166,58,21); }

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

background-color css

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

 a { background-color: rgb(166,58,21); }

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

border-color css

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

 span { border-color: rgb(166,58,21); }

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