#380102

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

Shades of Rustic Red #380102

Tints of Rustic Red #380102

Color information

#380102 (or 0x380102) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 02. RGB value is (56,1,2). Sum of RGB (Red+Green+Blue) = 56+1+2=59 (7% of max value = 765). Red value is 56 (22.27% from 255 or 94.92% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 56 - color contains mainly: red. Hex color #380102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380102 is #C7FEFD. Grayscale: #111111. Windows color (decimal): -13106942 or 131384. OLE color: 131384.

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

Color convert

RGB5612-
CMYK00.980.960.78
HSL358.91º96.49%11.18%-
HSV(B)358.91º98.21%21.96%-
XYZ1.650.870.14-
YUV17.56119.22155.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 94.92%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=94.92%
G=1.69%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal561200.980.960.78358.9196.4911.18
Hex3812062604E16760b
Octal7012014214011654714013
Binary111000110011000101100000100111010110011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380102; }

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

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

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

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

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

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

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

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