Html Css Color HEX #360610 Rustic Red

📋 copy color: '#360610'

red 54 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #360610

Tints of Rustic Red #360610

RGB

 RED value IS 54 (21.48% from 255) = 71.05%

 GREEN value IS 6 (2.73% from 255) = 7.89%

 BLUE value IS 16 (6.64% from 255) = 21.05%

R = 71.05%
G = 7.89%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#360610 (or 0x360610) is known color: Rustic Red. HEX triplet: 36, 06 and 10. RGB value is (54,6,16). Sum of RGB (Red+Green+Blue) = 54+6+16=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360610 is #C9F9EF. Grayscale: #151515. Windows color (decimal): -13236720 or 1050166. OLE color: 1050166.

HSL color Cylindrical-coordinate representation of color #360610: hue angle of 347.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360610 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 6 16 -
CMYK 0 0.89 0.70 0.79
HSL 347.5º 0.8% 0.12% -
HSV(B) 347.5º 0.89% 0.21% -
XYZ 1.68 0.95 0.59 -
YUV 21.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 54 6 16 0 0.89 0.70 0.79 347.5 0.8 0.12
Hex 36 6 10 0 59 46 4F 15C 50 C
Octal 66 6 20 0 131 106 117 534 120 14
Binary 110110 110 10000 0 1011001 1000110 1001111 101011100 1010000 1100

Color Harmonies of #360610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360610

Black with #360610

Text Example


Text Example

White with #360610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360610; }

 p { color: rgb(54,6,16); }

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

background-color css

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

 a { background-color: rgb(54,6,16); }

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

border-color css

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

 span { border-color: rgb(54,6,16); }

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