Html Css Color HEX #360915 Rustic Red

📋 copy color: '#360915'

red 54 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #360915

Tints of Rustic Red #360915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.71%

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

R = 64.29%
G = 10.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#360915 (or 0x360915) is known color: Rustic Red. HEX triplet: 36, 09 and 15. RGB value is (54,9,21). Sum of RGB (Red+Green+Blue) = 54+9+21=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360915 is #C9F6EA. Grayscale: #171717. Windows color (decimal): -13235947 or 1378614. OLE color: 1378614.

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

Color convert

RGB 54 9 21 -
CMYK 0 0.83 0.61 0.79
HSL 344º 0.71% 0.12% -
HSV(B) 344º 0.83% 0.21% -
XYZ 1.75 1.03 0.82 -
YUV 23.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 54 9 21 0 0.83 0.61 0.79 344 0.71 0.12
Hex 36 9 15 0 53 3D 4F 158 47 C
Octal 66 11 25 0 123 75 117 530 107 14
Binary 110110 1001 10101 0 1010011 111101 1001111 101011000 1000111 1100

Color Harmonies of #360915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360915

Black with #360915

Text Example


Text Example

White with #360915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360915; }

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

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

background-color css

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

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

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

border-color css

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

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

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