Html Css Color HEX #361117 Rustic Red

📋 copy color: '#361117'

red 54 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #361117

Tints of Rustic Red #361117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 24.47%

R = 57.45%
G = 18.09%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#361117 (or 0x361117) is known color: Rustic Red. HEX triplet: 36, 11 and 17. RGB value is (54,17,23). Sum of RGB (Red+Green+Blue) = 54+17+23=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361117 is #C9EEE8. Grayscale: #1C1C1C. Windows color (decimal): -13233897 or 1511734. OLE color: 1511734.

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

Color convert

RGB 54 17 23 -
CMYK 0 0.69 0.57 0.79
HSL 350.27º 0.52% 0.14% -
HSV(B) 350.27º 0.69% 0.21% -
XYZ 1.88 1.25 0.95 -
YUV 28.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 54 17 23 0 0.69 0.57 0.79 350.27 0.52 0.14
Hex 36 11 17 0 45 39 4F 15E 34 E
Octal 66 21 27 0 105 71 117 536 64 16
Binary 110110 10001 10111 0 1000101 111001 1001111 101011110 110100 1110

Color Harmonies of #361117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361117

Black with #361117

Text Example


Text Example

White with #361117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361117; }

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

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

background-color css

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

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

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

border-color css

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

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

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