#370102

Color #370102 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #370102

Tints of Rustic Red #370102

Color information

#370102 (or 0x370102) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 02. RGB value is (55,1,2). Sum of RGB (Red+Green+Blue) = 55+1+2=58 (7% of max value = 765). Red value is 55 (21.88% from 255 or 94.83% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 55 - color contains mainly: red. Hex color #370102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370102 is #C8FEFD. Grayscale: #111111. Windows color (decimal): -13172478 or 131383. OLE color: 131383.

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

Color convert

RGB5512-
CMYK00.980.960.78
HSL358.89º96.43%10.98%-
HSV(B)358.89º98.18%21.57%-
XYZ1.60.840.14-
YUV17.26119.39154.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 94.83%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=94.83%
G=1.72%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal551200.980.960.78358.8996.4310.98
Hex3712062604E16760b
Octal6712014214011654714013
Binary110111110011000101100000100111010110011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370102; }

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

 H1.HeaderClassName
 {
   color: #370102;
 }
 .AnyTagClassName
 {
   color: #370102;
 }
</style>
background-color css

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

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

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

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

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

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