Html Css Color HEX #360612 Rustic Red

📋 copy color: '#360612'

red 54 ◦ green 6 ◦ blue 18

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

Shades of Rustic Red #360612

Tints of Rustic Red #360612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.69%

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

R = 69.23%
G = 7.69%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#360612 (or 0x360612) is known color: Rustic Red. HEX triplet: 36, 06 and 12. RGB value is (54,6,18). Sum of RGB (Red+Green+Blue) = 54+6+18=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360612 is #C9F9ED. Grayscale: #151515. Windows color (decimal): -13236718 or 1181238. OLE color: 1181238.

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

Color convert

RGB 54 6 18 -
CMYK 0 0.89 0.67 0.79
HSL 345º 0.8% 0.12% -
HSV(B) 345º 0.89% 0.21% -
XYZ 1.7 0.96 0.67 -
YUV 21.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 54 6 18 0 0.89 0.67 0.79 345 0.8 0.12
Hex 36 6 12 0 59 43 4F 159 50 C
Octal 66 6 22 0 131 103 117 531 120 14
Binary 110110 110 10010 0 1011001 1000011 1001111 101011001 1010000 1100

Color Harmonies of #360612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360612

Black with #360612

Text Example


Text Example

White with #360612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360612; }

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

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

background-color css

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

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

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

border-color css

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

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

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