#380718

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

Shades of Rustic Red #380718

Tints of Rustic Red #380718

Color information

#380718 (or 0x380718) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 18. RGB value is (56,7,24). Sum of RGB (Red+Green+Blue) = 56+7+24=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #380718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380718 is #C7F8E7. Grayscale: #171717. Windows color (decimal): -13105384 or 1574712. OLE color: 1574712.

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

Color convert

RGB56724-
CMYK00.880.570.78
HSL339.18º77.78%12.35%-
HSV(B)339.18º87.5%21.96%-
XYZ1.871.060.97-
YUV23.59128.23151.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=64.37%
G=8.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5672400.880.570.78339.1877.7812.35
Hex38718058394E1534ec
Octal7073001307111652311614
Binary1110001111100001011000111001100111010101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380718; }

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

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

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

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

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

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

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

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