#380007

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

Shades of Rustic Red #380007

Tints of Rustic Red #380007

Color information

#380007 (or 0x380007) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 07. RGB value is (56,0,7). Sum of RGB (Red+Green+Blue) = 56+0+7=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380007 is #C7FFF8. Grayscale: #111111. Windows color (decimal): -13107193 or 458808. OLE color: 458808.

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

Color convert

RGB5607-
CMYK010.880.78
HSL352.5º100%10.98%-
HSV(B)352.5º100%21.96%-
XYZ1.670.860.28-
YUV17.54122.05155.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 88.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 11.11%
R=88.89%
G=0%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5607010.880.78352.510010.98
Hex3807064584E16064b
Octal7007014413011654014413
Binary1110000111011001001011000100111010110000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380007; }

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

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

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

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

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

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

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

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