Html Css Color HEX #360912 Rustic Red

📋 copy color: '#360912'

red 54 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #360912

Tints of Rustic Red #360912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#360912 (or 0x360912) is known color: Rustic Red. HEX triplet: 36, 09 and 12. RGB value is (54,9,18). Sum of RGB (Red+Green+Blue) = 54+9+18=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360912 is #C9F6ED. Grayscale: #171717. Windows color (decimal): -13235950 or 1182006. OLE color: 1182006.

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

Color convert

RGB 54 9 18 -
CMYK 0 0.83 0.67 0.79
HSL 348º 0.71% 0.12% -
HSV(B) 348º 0.83% 0.21% -
XYZ 1.73 1.02 0.68 -
YUV 23.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 54 9 18 0 0.83 0.67 0.79 348 0.71 0.12
Hex 36 9 12 0 53 43 4F 15C 47 C
Octal 66 11 22 0 123 103 117 534 107 14
Binary 110110 1001 10010 0 1010011 1000011 1001111 101011100 1000111 1100

Color Harmonies of #360912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360912

Black with #360912

Text Example


Text Example

White with #360912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360912; }

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

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

background-color css

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

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

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

border-color css

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

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

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