Html Css Color HEX #361013 Rustic Red

📋 copy color: '#361013'

red 54 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #361013

Tints of Rustic Red #361013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 60.67%
G = 17.98%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361013 (or 0x361013) is known color: Rustic Red. HEX triplet: 36, 10 and 13. RGB value is (54,16,19). Sum of RGB (Red+Green+Blue) = 54+16+19=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361013 is #C9EFEC. Grayscale: #1B1B1B. Windows color (decimal): -13234157 or 1249334. OLE color: 1249334.

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

Color convert

RGB 54 16 19 -
CMYK 0 0.70 0.65 0.79
HSL 355.26º 0.54% 0.14% -
HSV(B) 355.26º 0.7% 0.21% -
XYZ 1.82 1.2 0.75 -
YUV 27.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 54 16 19 0 0.70 0.65 0.79 355.26 0.54 0.14
Hex 36 10 13 0 46 41 4F 163 36 E
Octal 66 20 23 0 106 101 117 543 66 16
Binary 110110 10000 10011 0 1000110 1000001 1001111 101100011 110110 1110

Color Harmonies of #361013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361013

Black with #361013

Text Example


Text Example

White with #361013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361013; }

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

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

background-color css

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

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

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

border-color css

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

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

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