#370715

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

Shades of Rustic Red #370715

Tints of Rustic Red #370715

Color information

#370715 (or 0x370715) is unknown color: approx Rustic Red. HEX triplet: 37, 07 and 15. RGB value is (55,7,21). Sum of RGB (Red+Green+Blue) = 55+7+21=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370715 is #C8F8EA. Grayscale: #161616. Windows color (decimal): -13170923 or 1378103. OLE color: 1378103.

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

Color convert

RGB55721-
CMYK00.870.620.78
HSL342.5º77.42%12.16%-
HSV(B)342.5º87.27%21.57%-
XYZ1.791.020.81-
YUV22.95126.9150.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=66.27%
G=8.43%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5572100.870.620.78342.577.4212.16
Hex377150573E4E1564dc
Octal6772501277611652611514
Binary1101111111010101010111111110100111010101011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370715; }

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

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

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

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

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

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

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

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