Html Css Color HEX #361112 Rustic Red

📋 copy color: '#361112'

red 54 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #361112

Tints of Rustic Red #361112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 60.67%
G = 19.1%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361112 (or 0x361112) is known color: Rustic Red. HEX triplet: 36, 11 and 12. RGB value is (54,17,18). Sum of RGB (Red+Green+Blue) = 54+17+18=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361112 is #C9EEED. Grayscale: #1C1C1C. Windows color (decimal): -13233902 or 1184054. OLE color: 1184054.

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

Color convert

RGB 54 17 18 -
CMYK 0 0.69 0.67 0.79
HSL 358.38º 0.52% 0.14% -
HSV(B) 358.38º 0.69% 0.21% -
XYZ 1.83 1.23 0.71 -
YUV 28.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 54 17 18 0 0.69 0.67 0.79 358.38 0.52 0.14
Hex 36 11 12 0 45 43 4F 166 34 E
Octal 66 21 22 0 105 103 117 546 64 16
Binary 110110 10001 10010 0 1000101 1000011 1001111 101100110 110100 1110

Color Harmonies of #361112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361112

Black with #361112

Text Example


Text Example

White with #361112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361112; }

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

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

background-color css

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

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

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

border-color css

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

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

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