Html Css Color HEX #A6360F Rust

📋 copy color: '#A6360F'

red 166 ◦ green 54 ◦ blue 15

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

Shades of Rust #A6360F

Tints of Rust #A6360F

RGB

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

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

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

R = 70.64%
G = 22.98%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6360F (or 0xA6360F) is known color: Rust. HEX triplet: A6, 36 and 0F. RGB value is (166,54,15). Sum of RGB (Red+Green+Blue) = 166+54+15=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A6360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6360F is #59C9F0. Grayscale: #535353. Windows color (decimal): -5884401 or 997030. OLE color: 997030.

HSL color Cylindrical-coordinate representation of color #A6360F: hue angle of 15.5º 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 #A6360F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 15 -
CMYK 0 0.67 0.91 0.35
HSL 15.5º 0.83% 0.35% -
HSV(B) 15.5º 0.91% 0.65% -
XYZ 17.13 10.78 1.63 -
YUV 83.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 166 54 15 0 0.67 0.91 0.35 15.5 0.83 0.35
Hex A6 36 F 0 43 5B 23 F 53 23
Octal 246 66 17 0 103 133 43 17 123 43
Binary 10100110 110110 1111 0 1000011 1011011 100011 1111 1010011 100011

Color Harmonies of #A6360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6360F

Black with #A6360F

Text Example


Text Example

White with #A6360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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