#380104

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

Shades of Rustic Red #380104

Tints of Rustic Red #380104

Color information

#380104 (or 0x380104) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 04. RGB value is (56,1,4). Sum of RGB (Red+Green+Blue) = 56+1+4=61 (8% of max value = 765). Red value is 56 (22.27% from 255 or 91.80% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 56 - color contains mainly: red. Hex color #380104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380104 is #C7FEFB. Grayscale: #111111. Windows color (decimal): -13106940 or 262456. OLE color: 262456.

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

Color convert

RGB5614-
CMYK00.980.930.78
HSL356.73º96.49%11.18%-
HSV(B)356.73º98.21%21.96%-
XYZ1.660.870.2-
YUV17.79120.22155.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 91.80%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 4 (1.95% from 255) = 6.56%
R=91.80%
G=1.64%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal561400.980.930.78356.7396.4911.18
Hex38140625D4E16560b
Octal7014014213511654514013
Binary1110001100011000101011101100111010110010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380104; }

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

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

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

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

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

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

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

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