Html Css Color HEX #361118 Rustic Red

📋 copy color: '#361118'

red 54 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #361118

Tints of Rustic Red #361118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 56.84%
G = 17.89%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361118 (or 0x361118) is known color: Rustic Red. HEX triplet: 36, 11 and 18. RGB value is (54,17,24). Sum of RGB (Red+Green+Blue) = 54+17+24=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361118 is #C9EEE7. Grayscale: #1C1C1C. Windows color (decimal): -13233896 or 1577270. OLE color: 1577270.

HSL color Cylindrical-coordinate representation of color #361118: hue angle of 348.65º 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 #361118 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 17 24 -
CMYK 0 0.69 0.56 0.79
HSL 348.65º 0.52% 0.14% -
HSV(B) 348.65º 0.69% 0.21% -
XYZ 1.89 1.25 1.01 -
YUV 28.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 54 17 24 0 0.69 0.56 0.79 348.65 0.52 0.14
Hex 36 11 18 0 45 38 4F 15D 34 E
Octal 66 21 30 0 105 70 117 535 64 16
Binary 110110 10001 11000 0 1000101 111000 1001111 101011101 110100 1110

Color Harmonies of #361118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361118

Black with #361118

Text Example


Text Example

White with #361118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361118; }

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

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

background-color css

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

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

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

border-color css

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

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

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