#500002

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

Shades of Rustic Red #500002

Tints of Rustic Red #500002

Color information

#500002 (or 0x500002) is unknown color: approx Rustic Red. HEX triplet: 50, 00 and 02. RGB value is (80,0,2). Sum of RGB (Red+Green+Blue) = 80+0+2=82 (10% of max value = 765). Red value is 80 (31.64% from 255 or 97.56% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 80 - color contains mainly: red. Hex color #500002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500002 is #AFFFFD. Grayscale: #181818. Windows color (decimal): -11534334 or 131152. OLE color: 131152.

HSL color Cylindrical-coordinate representation of color #500002: hue angle of 358.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB8002-
CMYK010.980.69
HSL358.5º100%15.69%-
HSV(B)358.5º100%31.37%-
XYZ3.321.710.21-
YUV24.15115.5167.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 97.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=97.56%
G=0%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8002010.980.69358.510015.69
Hex500206462451666410
Octal12002014414210554614420
Binary10100000100110010011000101000101101100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500002; }

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

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

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

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

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

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

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

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