Html Css Color HEX #361113 Rustic Red

📋 copy color: '#361113'

red 54 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #361113

Tints of Rustic Red #361113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 60%
G = 18.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361113 (or 0x361113) is known color: Rustic Red. HEX triplet: 36, 11 and 13. RGB value is (54,17,19). Sum of RGB (Red+Green+Blue) = 54+17+19=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361113 is #C9EEEC. Grayscale: #1C1C1C. Windows color (decimal): -13233901 or 1249590. OLE color: 1249590.

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

Color convert

RGB 54 17 19 -
CMYK 0 0.69 0.65 0.79
HSL 356.76º 0.52% 0.14% -
HSV(B) 356.76º 0.69% 0.21% -
XYZ 1.84 1.23 0.76 -
YUV 28.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 54 17 19 0 0.69 0.65 0.79 356.76 0.52 0.14
Hex 36 11 13 0 45 41 4F 165 34 E
Octal 66 21 23 0 105 101 117 545 64 16
Binary 110110 10001 10011 0 1000101 1000001 1001111 101100101 110100 1110

Color Harmonies of #361113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361113

Black with #361113

Text Example


Text Example

White with #361113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361113; }

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

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

background-color css

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

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

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

border-color css

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

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

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