Html Css Color HEX #A6380A Rust

📋 copy color: '#A6380A'

red 166 ◦ green 56 ◦ blue 10

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

Shades of Rust #A6380A

Tints of Rust #A6380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 71.55%
G = 24.14%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6380A (or 0xA6380A) is known color: Rust. HEX triplet: A6, 38 and 0A. RGB value is (166,56,10). Sum of RGB (Red+Green+Blue) = 166+56+10=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6380A is #59C7F5. Grayscale: #535353. Windows color (decimal): -5883894 or 669862. OLE color: 669862.

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

Color convert

RGB 166 56 10 -
CMYK 0 0.66 0.94 0.35
HSL 17.69º 0.89% 0.35% -
HSV(B) 17.69º 0.94% 0.65% -
XYZ 17.19 10.96 1.5 -
YUV 83.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 166 56 10 0 0.66 0.94 0.35 17.69 0.89 0.35
Hex A6 38 A 0 42 5E 23 12 59 23
Octal 246 70 12 0 102 136 43 22 131 43
Binary 10100110 111000 1010 0 1000010 1011110 100011 10010 1011001 100011

Color Harmonies of #A6380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6380A

Black with #A6380A

Text Example


Text Example

White with #A6380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6380A; }

 p { color: rgb(166,56,10); }

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

background-color css

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

 a { background-color: rgb(166,56,10); }

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

border-color css

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

 span { border-color: rgb(166,56,10); }

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