Html Css Color HEX #361214 Rustic Red

📋 copy color: '#361214'

red 54 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #361214

Tints of Rustic Red #361214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 58.7%
G = 19.57%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#361214 (or 0x361214) is known color: Rustic Red. HEX triplet: 36, 12 and 14. RGB value is (54,18,20). Sum of RGB (Red+Green+Blue) = 54+18+20=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361214 is #C9EDEB. Grayscale: #1D1D1D. Windows color (decimal): -13233644 or 1315382. OLE color: 1315382.

HSL color Cylindrical-coordinate representation of color #361214: hue angle of 356.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361214 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 18 20 -
CMYK 0 0.67 0.63 0.79
HSL 356.67º 0.5% 0.14% -
HSV(B) 356.67º 0.67% 0.21% -
XYZ 1.86 1.27 0.81 -
YUV 28.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 54 18 20 0 0.67 0.63 0.79 356.67 0.5 0.14
Hex 36 12 14 0 43 3F 4F 165 32 E
Octal 66 22 24 0 103 77 117 545 62 16
Binary 110110 10010 10100 0 1000011 111111 1001111 101100101 110010 1110

Color Harmonies of #361214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361214

Black with #361214

Text Example


Text Example

White with #361214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361214; }

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

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

background-color css

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

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

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

border-color css

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

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

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