Html Css Color HEX #360413 Rustic Red

📋 copy color: '#360413'

red 54 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #360413

Tints of Rustic Red #360413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.19%

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

R = 70.13%
G = 5.19%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#360413 (or 0x360413) is known color: Rustic Red. HEX triplet: 36, 04 and 13. RGB value is (54,4,19). Sum of RGB (Red+Green+Blue) = 54+4+19=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360413 is #C9FBEC. Grayscale: #141414. Windows color (decimal): -13237229 or 1246262. OLE color: 1246262.

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

Color convert

RGB 54 4 19 -
CMYK 0 0.93 0.65 0.79
HSL 342º 0.86% 0.11% -
HSV(B) 342º 0.93% 0.21% -
XYZ 1.68 0.92 0.7 -
YUV 20.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 54 4 19 0 0.93 0.65 0.79 342 0.86 0.11
Hex 36 4 13 0 5D 41 4F 156 56 B
Octal 66 4 23 0 135 101 117 526 126 13
Binary 110110 100 10011 0 1011101 1000001 1001111 101010110 1010110 1011

Color Harmonies of #360413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360413

Black with #360413

Text Example


Text Example

White with #360413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360413; }

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

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

background-color css

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

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

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

border-color css

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

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

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