Html Css Color HEX #A6480F Rust

📋 copy color: '#A6480F'

red 166 ◦ green 72 ◦ blue 15

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

Shades of Rust #A6480F

Tints of Rust #A6480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 65.61%
G = 28.46%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6480F (or 0xA6480F) is known color: Rust. HEX triplet: A6, 48 and 0F. RGB value is (166,72,15). Sum of RGB (Red+Green+Blue) = 166+72+15=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A6480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6480F is #59B7F0. Grayscale: #5D5D5D. Windows color (decimal): -5879793 or 1001638. OLE color: 1001638.

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

Color convert

RGB 166 72 15 -
CMYK 0 0.57 0.91 0.35
HSL 22.65º 0.83% 0.35% -
HSV(B) 22.65º 0.91% 0.65% -
XYZ 18.13 12.78 1.96 -
YUV 93.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 166 72 15 0 0.57 0.91 0.35 22.65 0.83 0.35
Hex A6 48 F 0 39 5B 23 17 53 23
Octal 246 110 17 0 71 133 43 27 123 43
Binary 10100110 1001000 1111 0 111001 1011011 100011 10111 1010011 100011

Color Harmonies of #A6480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6480F

Black with #A6480F

Text Example


Text Example

White with #A6480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6480F; }

 p { color: rgb(166,72,15); }

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

background-color css

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

 a { background-color: rgb(166,72,15); }

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

border-color css

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

 span { border-color: rgb(166,72,15); }

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