Html Css Color HEX #360911 Rustic Red

📋 copy color: '#360911'

red 54 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #360911

Tints of Rustic Red #360911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 67.5%
G = 11.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#360911 (or 0x360911) is known color: Rustic Red. HEX triplet: 36, 09 and 11. RGB value is (54,9,17). Sum of RGB (Red+Green+Blue) = 54+9+17=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360911 is #C9F6EE. Grayscale: #171717. Windows color (decimal): -13235951 or 1116470. OLE color: 1116470.

HSL color Cylindrical-coordinate representation of color #360911: hue angle of 349.33º 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 #360911 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 9 17 -
CMYK 0 0.83 0.69 0.79
HSL 349.33º 0.71% 0.12% -
HSV(B) 349.33º 0.83% 0.21% -
XYZ 1.72 1.02 0.64 -
YUV 23.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 54 9 17 0 0.83 0.69 0.79 349.33 0.71 0.12
Hex 36 9 11 0 53 45 4F 15D 47 C
Octal 66 11 21 0 123 105 117 535 107 14
Binary 110110 1001 10001 0 1010011 1000101 1001111 101011101 1000111 1100

Color Harmonies of #360911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360911

Black with #360911

Text Example


Text Example

White with #360911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360911; }

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

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

background-color css

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

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

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

border-color css

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

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

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