Html Css Color HEX #370607 Rustic Red

📋 copy color: '#370607'

red 55 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #370607

Tints of Rustic Red #370607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10.29%

R = 80.88%
G = 8.82%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#370607 (or 0x370607) is known color: Rustic Red. HEX triplet: 37, 06 and 07. RGB value is (55,6,7). Sum of RGB (Red+Green+Blue) = 55+6+7=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370607 is #C8F9F8. Grayscale: #141414. Windows color (decimal): -13171193 or 460343. OLE color: 460343.

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

Color convert

RGB 55 6 7 -
CMYK 0 0.89 0.87 0.78
HSL 358.78º 0.8% 0.12% -
HSV(B) 358.78º 0.89% 0.22% -
XYZ 1.68 0.96 0.3 -
YUV 20.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 55 6 7 0 0.89 0.87 0.78 358.78 0.8 0.12
Hex 37 6 7 0 59 57 4E 167 50 C
Octal 67 6 7 0 131 127 116 547 120 14
Binary 110111 110 111 0 1011001 1010111 1001110 101100111 1010000 1100

Color Harmonies of #370607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370607

Black with #370607

Text Example


Text Example

White with #370607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370607; }

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

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

background-color css

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

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

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

border-color css

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

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

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