Html Css Color HEX #360D10 Rustic Red

📋 copy color: '#360D10'

red 54 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #360D10

Tints of Rustic Red #360D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.66%

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 65.06%
G = 15.66%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#360D10 (or 0x360D10) is known color: Rustic Red. HEX triplet: 36, 0D and 10. RGB value is (54,13,16). Sum of RGB (Red+Green+Blue) = 54+13+16=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D10 is #C9F2EF. Grayscale: #191919. Windows color (decimal): -13234928 or 1051958. OLE color: 1051958.

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

Color convert

RGB 54 13 16 -
CMYK 0 0.76 0.70 0.79
HSL 355.61º 0.61% 0.13% -
HSV(B) 355.61º 0.76% 0.21% -
XYZ 1.76 1.11 0.61 -
YUV 25.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 54 13 16 0 0.76 0.70 0.79 355.61 0.61 0.13
Hex 36 D 10 0 4C 46 4F 164 3D D
Octal 66 15 20 0 114 106 117 544 75 15
Binary 110110 1101 10000 0 1001100 1000110 1001111 101100100 111101 1101

Color Harmonies of #360D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D10

Black with #360D10

Text Example


Text Example

White with #360D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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