#380717

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

Shades of Rustic Red #380717

Tints of Rustic Red #380717

Color information

#380717 (or 0x380717) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 17. RGB value is (56,7,23). Sum of RGB (Red+Green+Blue) = 56+7+23=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380717 is #C7F8E8. Grayscale: #171717. Windows color (decimal): -13105385 or 1509176. OLE color: 1509176.

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

Color convert

RGB56723-
CMYK00.880.590.78
HSL340.41º77.78%12.35%-
HSV(B)340.41º87.5%21.96%-
XYZ1.861.050.92-
YUV23.48127.73151.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 23 (9.38% from 255) = 26.74%
R=65.12%
G=8.14%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5672300.880.590.78340.4177.7812.35
Hex387170583B4E1544ec
Octal7072701307311652411614
Binary1110001111011101011000111011100111010101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380717; }

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

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

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

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

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

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

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

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