Html Css Color HEX #360206 Rustic Red

📋 copy color: '#360206'

red 54 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #360206

Tints of Rustic Red #360206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.23%

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 87.1%
G = 3.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#360206 (or 0x360206) is known color: Rustic Red. HEX triplet: 36, 02 and 06. RGB value is (54,2,6). Sum of RGB (Red+Green+Blue) = 54+2+6=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360206 is #C9FDF9. Grayscale: #121212. Windows color (decimal): -13237754 or 393782. OLE color: 393782.

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

Color convert

RGB 54 2 6 -
CMYK 0 0.96 0.89 0.79
HSL 355.38º 0.93% 0.11% -
HSV(B) 355.38º 0.96% 0.21% -
XYZ 1.58 0.84 0.25 -
YUV 18 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 54 2 6 0 0.96 0.89 0.79 355.38 0.93 0.11
Hex 36 2 6 0 60 59 4F 163 5D B
Octal 66 2 6 0 140 131 117 543 135 13
Binary 110110 10 110 0 1100000 1011001 1001111 101100011 1011101 1011

Color Harmonies of #360206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360206

Black with #360206

Text Example


Text Example

White with #360206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360206; }

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

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

background-color css

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

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

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

border-color css

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

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

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