Html Css Color HEX #360E13 Rustic Red

📋 copy color: '#360E13'

red 54 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #360E13

Tints of Rustic Red #360E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.09%

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 62.07%
G = 16.09%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#360E13 (or 0x360E13) is known color: Rustic Red. HEX triplet: 36, 0E and 13. RGB value is (54,14,19). Sum of RGB (Red+Green+Blue) = 54+14+19=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #360E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E13 is #C9F1EC. Grayscale: #1A1A1A. Windows color (decimal): -13234669 or 1248822. OLE color: 1248822.

HSL color Cylindrical-coordinate representation of color #360E13: hue angle of 352.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E13 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 14 19 -
CMYK 0 0.74 0.65 0.79
HSL 352.5º 0.59% 0.13% -
HSV(B) 352.5º 0.74% 0.21% -
XYZ 1.8 1.15 0.74 -
YUV 26.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 54 14 19 0 0.74 0.65 0.79 352.5 0.59 0.13
Hex 36 E 13 0 4A 41 4F 160 3B D
Octal 66 16 23 0 112 101 117 540 73 15
Binary 110110 1110 10011 0 1001010 1000001 1001111 101100000 111011 1101

Color Harmonies of #360E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E13

Black with #360E13

Text Example


Text Example

White with #360E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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