#380406

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

Shades of Rustic Red #380406

Tints of Rustic Red #380406

Color information

#380406 (or 0x380406) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 06. RGB value is (56,4,6). Sum of RGB (Red+Green+Blue) = 56+4+6=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380406 is #C7FBF9. Grayscale: #131313. Windows color (decimal): -13106170 or 394296. OLE color: 394296.

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

Color convert

RGB5646-
CMYK00.930.890.78
HSL357.69º86.67%11.76%-
HSV(B)357.69º92.86%21.96%-
XYZ1.710.940.26-
YUV19.78120.23153.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 84.85%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=84.85%
G=6.06%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564600.930.890.78357.6986.6711.76
Hex384605D594E16657c
Octal7046013513111654612714
Binary111000100110010111011011001100111010110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380406; }

 p { color: rgb(56,4,6); }

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

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

 a { background-color: rgb(56,4,6); }

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

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

 span { border-color: rgb(56,4,6); }

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