Html Css Color HEX #361315 Rustic Red

📋 copy color: '#361315'

red 54 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #361315

Tints of Rustic Red #361315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

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

R = 57.45%
G = 20.21%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361315 (or 0x361315) is known color: Rustic Red. HEX triplet: 36, 13 and 15. RGB value is (54,19,21). Sum of RGB (Red+Green+Blue) = 54+19+21=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361315 is #C9ECEA. Grayscale: #1D1D1D. Windows color (decimal): -13233387 or 1381174. OLE color: 1381174.

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

Color convert

RGB 54 19 21 -
CMYK 0 0.65 0.61 0.79
HSL 356.57º 0.48% 0.14% -
HSV(B) 356.57º 0.65% 0.21% -
XYZ 1.89 1.3 0.86 -
YUV 29.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 54 19 21 0 0.65 0.61 0.79 356.57 0.48 0.14
Hex 36 13 15 0 41 3D 4F 165 30 E
Octal 66 23 25 0 101 75 117 545 60 16
Binary 110110 10011 10101 0 1000001 111101 1001111 101100101 110000 1110

Color Harmonies of #361315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361315

Black with #361315

Text Example


Text Example

White with #361315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361315; }

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

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

background-color css

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

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

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

border-color css

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

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

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