#370103

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

Shades of Rustic Red #370103

Tints of Rustic Red #370103

Color information

#370103 (or 0x370103) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 03. RGB value is (55,1,3). Sum of RGB (Red+Green+Blue) = 55+1+3=59 (7% of max value = 765). Red value is 55 (21.88% from 255 or 93.22% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 55 - color contains mainly: red. Hex color #370103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370103 is #C8FEFC. Grayscale: #111111. Windows color (decimal): -13172477 or 196919. OLE color: 196919.

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

Color convert

RGB5513-
CMYK00.980.950.78
HSL357.78º96.43%10.98%-
HSV(B)357.78º98.18%21.57%-
XYZ1.60.840.16-
YUV17.37119.89154.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 93.22%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 3 (1.56% from 255) = 5.08%
R=93.22%
G=1.69%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal551300.980.950.78357.7896.4310.98
Hex37130625F4E16660b
Octal6713014213711654614013
Binary110111111011000101011111100111010110011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370103; }

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

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

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

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

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

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

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

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