Html Css Color HEX #361011 Rustic Red

📋 copy color: '#361011'

red 54 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #361011

Tints of Rustic Red #361011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.54%

R = 62.07%
G = 18.39%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#361011 (or 0x361011) is known color: Rustic Red. HEX triplet: 36, 10 and 11. RGB value is (54,16,17). Sum of RGB (Red+Green+Blue) = 54+16+17=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361011 is #C9EFEE. Grayscale: #1B1B1B. Windows color (decimal): -13234159 or 1118262. OLE color: 1118262.

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

Color convert

RGB 54 16 17 -
CMYK 0 0.70 0.69 0.79
HSL 358.42º 0.54% 0.14% -
HSV(B) 358.42º 0.7% 0.21% -
XYZ 1.81 1.2 0.67 -
YUV 27.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 54 16 17 0 0.70 0.69 0.79 358.42 0.54 0.14
Hex 36 10 11 0 46 45 4F 166 36 E
Octal 66 20 21 0 106 105 117 546 66 16
Binary 110110 10000 10001 0 1000110 1000101 1001111 101100110 110110 1110

Color Harmonies of #361011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361011

Black with #361011

Text Example


Text Example

White with #361011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361011; }

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

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

background-color css

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

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

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

border-color css

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

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

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