Html Css Color HEX #360513 Rustic Red

📋 copy color: '#360513'

red 54 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #360513

Tints of Rustic Red #360513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 69.23%
G = 6.41%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#360513 (or 0x360513) is known color: Rustic Red. HEX triplet: 36, 05 and 13. RGB value is (54,5,19). Sum of RGB (Red+Green+Blue) = 54+5+19=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360513 is #C9FAEC. Grayscale: #151515. Windows color (decimal): -13236973 or 1246518. OLE color: 1246518.

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

Color convert

RGB 54 5 19 -
CMYK 0 0.91 0.65 0.79
HSL 342.86º 0.83% 0.12% -
HSV(B) 342.86º 0.91% 0.21% -
XYZ 1.69 0.94 0.71 -
YUV 21.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 54 5 19 0 0.91 0.65 0.79 342.86 0.83 0.12
Hex 36 5 13 0 5B 41 4F 157 53 C
Octal 66 5 23 0 133 101 117 527 123 14
Binary 110110 101 10011 0 1011011 1000001 1001111 101010111 1010011 1100

Color Harmonies of #360513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360513

Black with #360513

Text Example


Text Example

White with #360513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360513; }

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

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

background-color css

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

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

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

border-color css

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

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

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