Html Css Color HEX #361218 Rustic Red

📋 copy color: '#361218'

red 54 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #361218

Tints of Rustic Red #361218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25%

R = 56.25%
G = 18.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361218 (or 0x361218) is known color: Rustic Red. HEX triplet: 36, 12 and 18. RGB value is (54,18,24). Sum of RGB (Red+Green+Blue) = 54+18+24=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361218 is #C9EDE7. Grayscale: #1D1D1D. Windows color (decimal): -13233640 or 1577526. OLE color: 1577526.

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

Color convert

RGB 54 18 24 -
CMYK 0 0.67 0.56 0.79
HSL 350º 0.5% 0.14% -
HSV(B) 350º 0.67% 0.21% -
XYZ 1.9 1.28 1.01 -
YUV 29.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 54 18 24 0 0.67 0.56 0.79 350 0.5 0.14
Hex 36 12 18 0 43 38 4F 15E 32 E
Octal 66 22 30 0 103 70 117 536 62 16
Binary 110110 10010 11000 0 1000011 111000 1001111 101011110 110010 1110

Color Harmonies of #361218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361218

Black with #361218

Text Example


Text Example

White with #361218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361218; }

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

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

background-color css

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

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

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

border-color css

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

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

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