Html Css Color HEX #360C15 Rustic Red

📋 copy color: '#360C15'

red 54 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #360C15

Tints of Rustic Red #360C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.79%

 BLUE value IS 21 (8.59% from 255) = 24.14%

R = 62.07%
G = 13.79%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#360C15 (or 0x360C15) is known color: Rustic Red. HEX triplet: 36, 0C and 15. RGB value is (54,12,21). Sum of RGB (Red+Green+Blue) = 54+12+21=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #360C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C15 is #C9F3EA. Grayscale: #191919. Windows color (decimal): -13235179 or 1379382. OLE color: 1379382.

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

Color convert

RGB 54 12 21 -
CMYK 0 0.78 0.61 0.79
HSL 347.14º 0.64% 0.13% -
HSV(B) 347.14º 0.78% 0.21% -
XYZ 1.79 1.1 0.83 -
YUV 25.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 54 12 21 0 0.78 0.61 0.79 347.14 0.64 0.13
Hex 36 C 15 0 4E 3D 4F 15B 40 D
Octal 66 14 25 0 116 75 117 533 100 15
Binary 110110 1100 10101 0 1001110 111101 1001111 101011011 1000000 1101

Color Harmonies of #360C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C15

Black with #360C15

Text Example


Text Example

White with #360C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,12,21); }

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

background-color css

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

 a { background-color: rgb(54,12,21); }

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

border-color css

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

 span { border-color: rgb(54,12,21); }

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