Html Css Color HEX #361015 Rustic Red

📋 copy color: '#361015'

red 54 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #361015

Tints of Rustic Red #361015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.58%

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

R = 59.34%
G = 17.58%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361015 (or 0x361015) is known color: Rustic Red. HEX triplet: 36, 10 and 15. RGB value is (54,16,21). Sum of RGB (Red+Green+Blue) = 54+16+21=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361015 is #C9EFEA. Grayscale: #1B1B1B. Windows color (decimal): -13234155 or 1380406. OLE color: 1380406.

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

Color convert

RGB 54 16 21 -
CMYK 0 0.70 0.61 0.79
HSL 352.11º 0.54% 0.14% -
HSV(B) 352.11º 0.7% 0.21% -
XYZ 1.84 1.21 0.85 -
YUV 27.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 54 16 21 0 0.70 0.61 0.79 352.11 0.54 0.14
Hex 36 10 15 0 46 3D 4F 160 36 E
Octal 66 20 25 0 106 75 117 540 66 16
Binary 110110 10000 10101 0 1000110 111101 1001111 101100000 110110 1110

Color Harmonies of #361015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361015

Black with #361015

Text Example


Text Example

White with #361015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361015; }

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

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

background-color css

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

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

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

border-color css

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

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

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