Html Css Color HEX #360106 Rustic Red

📋 copy color: '#360106'

red 54 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #360106

Tints of Rustic Red #360106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.64%

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

R = 88.52%
G = 1.64%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#360106 (or 0x360106) is known color: Rustic Red. HEX triplet: 36, 01 and 06. RGB value is (54,1,6). Sum of RGB (Red+Green+Blue) = 54+1+6=61 (8% of max value = 765). Red value is 54 (21.48% from 255 or 88.52% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 54 - color contains mainly: red. Hex color #360106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360106 is #C9FEF9. Grayscale: #111111. Windows color (decimal): -13238010 or 393526. OLE color: 393526.

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

Color convert

RGB 54 1 6 -
CMYK 0 0.98 0.89 0.79
HSL 354.34º 0.96% 0.11% -
HSV(B) 354.34º 0.98% 0.21% -
XYZ 1.57 0.82 0.25 -
YUV 17.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 54 1 6 0 0.98 0.89 0.79 354.34 0.96 0.11
Hex 36 1 6 0 62 59 4F 162 60 B
Octal 66 1 6 0 142 131 117 542 140 13
Binary 110110 1 110 0 1100010 1011001 1001111 101100010 1100000 1011

Color Harmonies of #360106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360106

Black with #360106

Text Example


Text Example

White with #360106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360106; }

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

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

background-color css

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

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

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

border-color css

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

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

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