Html Css Color HEX #370106 Rustic Red

📋 copy color: '#370106'

red 55 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #370106

Tints of Rustic Red #370106

RGB

 RED value IS 55 (21.88% from 255) = 88.71%

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

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

R = 88.71%
G = 1.61%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#370106 (or 0x370106) is known color: Rustic Red. HEX triplet: 37, 01 and 06. RGB value is (55,1,6). Sum of RGB (Red+Green+Blue) = 55+1+6=62 (8% of max value = 765). Red value is 55 (21.88% from 255 or 88.71% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 55 - color contains mainly: red. Hex color #370106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370106 is #C8FEF9. Grayscale: #111111. Windows color (decimal): -13172474 or 393527. OLE color: 393527.

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

Color convert

RGB 55 1 6 -
CMYK 0 0.98 0.89 0.78
HSL 354.44º 0.96% 0.11% -
HSV(B) 354.44º 0.98% 0.22% -
XYZ 1.62 0.85 0.25 -
YUV 17.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 55 1 6 0 0.98 0.89 0.78 354.44 0.96 0.11
Hex 37 1 6 0 62 59 4E 162 60 B
Octal 67 1 6 0 142 131 116 542 140 13
Binary 110111 1 110 0 1100010 1011001 1001110 101100010 1100000 1011

Color Harmonies of #370106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370106

Black with #370106

Text Example


Text Example

White with #370106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370106; }

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

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

background-color css

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

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

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

border-color css

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

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

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