#380002

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

Shades of Rustic Red #380002

Tints of Rustic Red #380002

Color information

#380002 (or 0x380002) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 02. RGB value is (56,0,2). Sum of RGB (Red+Green+Blue) = 56+0+2=58 (7% of max value = 765). Red value is 56 (22.27% from 255 or 96.55% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 56 - color contains mainly: red. Hex color #380002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380002 is #C7FFFD. Grayscale: #111111. Windows color (decimal): -13107198 or 131128. OLE color: 131128.

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

Color convert

RGB5602-
CMYK010.960.78
HSL357.86º100%10.98%-
HSV(B)357.86º100%21.96%-
XYZ1.640.850.13-
YUV16.97119.55155.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 96.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=96.55%
G=0%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5602010.960.78357.8610010.98
Hex3802064604E16664b
Octal7002014414011654614413
Binary111000010011001001100000100111010110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380002; }

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

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

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

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

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

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

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

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