Html Css Color HEX #370107 Rustic Red

📋 copy color: '#370107'

red 55 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #370107

Tints of Rustic Red #370107

RGB

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

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

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

R = 87.3%
G = 1.59%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#370107 (or 0x370107) is known color: Rustic Red. HEX triplet: 37, 01 and 07. RGB value is (55,1,7). Sum of RGB (Red+Green+Blue) = 55+1+7=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370107 is #C8FEF8. Grayscale: #111111. Windows color (decimal): -13172473 or 459063. OLE color: 459063.

HSL color Cylindrical-coordinate representation of color #370107: hue angle of 353.33º 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 #370107 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 7 -
CMYK 0 0.98 0.87 0.78
HSL 353.33º 0.96% 0.11% -
HSV(B) 353.33º 0.98% 0.22% -
XYZ 1.62 0.85 0.28 -
YUV 17.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 55 1 7 0 0.98 0.87 0.78 353.33 0.96 0.11
Hex 37 1 7 0 62 57 4E 161 60 B
Octal 67 1 7 0 142 127 116 541 140 13
Binary 110111 1 111 0 1100010 1010111 1001110 101100001 1100000 1011

Color Harmonies of #370107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370107

Black with #370107

Text Example


Text Example

White with #370107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370107; }

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

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

background-color css

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

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

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

border-color css

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

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

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