#4F0102

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

Shades of Rustic Red #4F0102

Tints of Rustic Red #4F0102

Color information

#4F0102 (or 0x4F0102) is unknown color: approx Rustic Red. HEX triplet: 4F, 01 and 02. RGB value is (79,1,2). Sum of RGB (Red+Green+Blue) = 79+1+2=82 (10% of max value = 765). Red value is 79 (31.25% from 255 or 96.34% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0102 is #B0FEFD. Grayscale: #181818. Windows color (decimal): -11599614 or 131407. OLE color: 131407.

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

Color convert

RGB7912-
CMYK00.990.970.69
HSL359.23º97.5%15.69%-
HSV(B)359.23º98.73%30.98%-
XYZ3.251.690.21-
YUV24.44115.34166.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 96.34%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=96.34%
G=1.22%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal791200.990.970.69359.2397.515.69
Hex4F1206361451676210
Octal11712014314110554714220
Binary10011111100110001111000011000101101100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0102; }

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

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

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

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

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

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

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

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