Html Css Color HEX #361318 Rustic Red

📋 copy color: '#361318'

red 54 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #361318

Tints of Rustic Red #361318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.59%

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

R = 55.67%
G = 19.59%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361318 (or 0x361318) is known color: Rustic Red. HEX triplet: 36, 13 and 18. RGB value is (54,19,24). Sum of RGB (Red+Green+Blue) = 54+19+24=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361318 is #C9ECE7. Grayscale: #1E1E1E. Windows color (decimal): -13233384 or 1577782. OLE color: 1577782.

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

Color convert

RGB 54 19 24 -
CMYK 0 0.65 0.56 0.79
HSL 351.43º 0.48% 0.14% -
HSV(B) 351.43º 0.65% 0.21% -
XYZ 1.92 1.32 1.02 -
YUV 30.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 54 19 24 0 0.65 0.56 0.79 351.43 0.48 0.14
Hex 36 13 18 0 41 38 4F 15F 30 E
Octal 66 23 30 0 101 70 117 537 60 16
Binary 110110 10011 11000 0 1000001 111000 1001111 101011111 110000 1110

Color Harmonies of #361318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361318

Black with #361318

Text Example


Text Example

White with #361318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361318; }

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

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

background-color css

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

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

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

border-color css

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

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

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