Html Css Color HEX #A63108 Rust

📋 copy color: '#A63108'

red 166 ◦ green 49 ◦ blue 8

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

Shades of Rust #A63108

Tints of Rust #A63108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 74.44%
G = 21.97%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A63108 (or 0xA63108) is known color: Rust. HEX triplet: A6, 31 and 08. RGB value is (166,49,8). Sum of RGB (Red+Green+Blue) = 166+49+8=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A63108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63108 is #59CEF7. Grayscale: #4F4F4F. Windows color (decimal): -5885688 or 536998. OLE color: 536998.

HSL color Cylindrical-coordinate representation of color #A63108: hue angle of 15.57º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A63108 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 8 -
CMYK 0 0.70 0.95 0.35
HSL 15.57º 0.91% 0.34% -
HSV(B) 15.57º 0.95% 0.65% -
XYZ 16.87 10.32 1.33 -
YUV 79.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 166 49 8 0 0.70 0.95 0.35 15.57 0.91 0.34
Hex A6 31 8 0 46 5F 23 10 5B 22
Octal 246 61 10 0 106 137 43 20 133 42
Binary 10100110 110001 1000 0 1000110 1011111 100011 10000 1011011 100010

Color Harmonies of #A63108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63108

Black with #A63108

Text Example


Text Example

White with #A63108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63108; }

 p { color: rgb(166,49,8); }

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

background-color css

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

 a { background-color: rgb(166,49,8); }

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

border-color css

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

 span { border-color: rgb(166,49,8); }

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