Html Css Color HEX #360013 Rustic Red

📋 copy color: '#360013'

red 54 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #360013

Tints of Rustic Red #360013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.97%
G = 0%
B = 26.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#360013 (or 0x360013) is known color: Rustic Red. HEX triplet: 36, 00 and 13. RGB value is (54,0,19). Sum of RGB (Red+Green+Blue) = 54+0+19=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360013 is #C9FFEC. Grayscale: #121212. Windows color (decimal): -13238253 or 1245238. OLE color: 1245238.

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

Color convert

RGB 54 0 19 -
CMYK 0 1 0.65 0.79
HSL 338.89º 1% 0.11% -
HSV(B) 338.89º 1% 0.21% -
XYZ 1.64 0.83 0.69 -
YUV 18.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 54 0 19 0 1 0.65 0.79 338.89 1 0.11
Hex 36 0 13 0 64 41 4F 153 64 B
Octal 66 0 23 0 144 101 117 523 144 13
Binary 110110 0 10011 0 1100100 1000001 1001111 101010011 1100100 1011

Color Harmonies of #360013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360013

Black with #360013

Text Example


Text Example

White with #360013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360013; }

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

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

background-color css

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

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

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

border-color css

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

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

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