Html Css Color HEX #360608 Rustic Red

📋 copy color: '#360608'

red 54 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #360608

Tints of Rustic Red #360608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.76%

R = 79.41%
G = 8.82%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#360608 (or 0x360608) is known color: Rustic Red. HEX triplet: 36, 06 and 08. RGB value is (54,6,8). Sum of RGB (Red+Green+Blue) = 54+6+8=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360608 is #C9F9F7. Grayscale: #141414. Windows color (decimal): -13236728 or 525878. OLE color: 525878.

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

Color convert

RGB 54 6 8 -
CMYK 0 0.89 0.85 0.79
HSL 357.5º 0.8% 0.12% -
HSV(B) 357.5º 0.89% 0.21% -
XYZ 1.63 0.93 0.32 -
YUV 20.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 54 6 8 0 0.89 0.85 0.79 357.5 0.8 0.12
Hex 36 6 8 0 59 55 4F 166 50 C
Octal 66 6 10 0 131 125 117 546 120 14
Binary 110110 110 1000 0 1011001 1010101 1001111 101100110 1010000 1100

Color Harmonies of #360608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360608

Black with #360608

Text Example


Text Example

White with #360608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360608; }

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

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

background-color css

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

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

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

border-color css

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

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

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