Html Css Color HEX #361115 Rustic Red

📋 copy color: '#361115'

red 54 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #361115

Tints of Rustic Red #361115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 58.7%
G = 18.48%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361115 (or 0x361115) is known color: Rustic Red. HEX triplet: 36, 11 and 15. RGB value is (54,17,21). Sum of RGB (Red+Green+Blue) = 54+17+21=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361115 is #C9EEEA. Grayscale: #1C1C1C. Windows color (decimal): -13233899 or 1380662. OLE color: 1380662.

HSL color Cylindrical-coordinate representation of color #361115: hue angle of 353.51º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361115 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 17 21 -
CMYK 0 0.69 0.61 0.79
HSL 353.51º 0.52% 0.14% -
HSV(B) 353.51º 0.69% 0.21% -
XYZ 1.86 1.24 0.85 -
YUV 28.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 54 17 21 0 0.69 0.61 0.79 353.51 0.52 0.14
Hex 36 11 15 0 45 3D 4F 162 34 E
Octal 66 21 25 0 105 75 117 542 64 16
Binary 110110 10001 10101 0 1000101 111101 1001111 101100010 110100 1110

Color Harmonies of #361115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361115

Black with #361115

Text Example


Text Example

White with #361115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361115; }

 p { color: rgb(54,17,21); }

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

background-color css

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

 a { background-color: rgb(54,17,21); }

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

border-color css

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

 span { border-color: rgb(54,17,21); }

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