#380711

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

Shades of Rustic Red #380711

Tints of Rustic Red #380711

Color information

#380711 (or 0x380711) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 11. RGB value is (56,7,17). Sum of RGB (Red+Green+Blue) = 56+7+17=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380711 is #C7F8EE. Grayscale: #161616. Windows color (decimal): -13105391 or 1115960. OLE color: 1115960.

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

Color convert

RGB56717-
CMYK00.880.700.78
HSL347.76º77.78%12.35%-
HSV(B)347.76º87.5%21.96%-
XYZ1.811.030.63-
YUV22.79124.73151.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 7 (3.12% from 255) = 8.75%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=70%
G=8.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5671700.880.700.78347.7677.7812.35
Hex38711058464E15c4ec
Octal70721013010611653411614
Binary11100011110001010110001000110100111010101110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380711; }

 p { color: rgb(56,7,17); }

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

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

 a { background-color: rgb(56,7,17); }

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

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

 span { border-color: rgb(56,7,17); }

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