Html Css Color HEX #060102 Rustic Red

📋 copy color: '#060102'

red 6 ◦ green 1 ◦ blue 2

#060102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #060102

Tints of Rustic Red #060102

RGB

 RED value IS 6 (2.73% from 255) = 66.67%

 GREEN value IS 1 (0.78% from 255) = 11.11%

 BLUE value IS 2 (1.17% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#060102 (or 0x060102) is known color: Rustic Red. HEX triplet: 06, 01 and 02. RGB value is (6,1,2). Sum of RGB (Red+Green+Blue) = 6+1+2=9 (1% of max value = 765). Red value is 6 (2.73% from 255 or 66.67% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 6 - color contains mainly: red. Hex color #060102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060102 is #F9FEFD. Grayscale: #020202. Windows color (decimal): -16383742 or 131334. OLE color: 131334.

HSL color Cylindrical-coordinate representation of color #060102: hue angle of 348º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060102 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.98.

Color convert

RGB 6 1 2 -
CMYK 0 0.83 0.67 0.98
HSL 348º 0.71% 0.01% -
HSV(B) 348º 0.83% 0.02% -
XYZ 0.1 0.06 0.06 -
YUV 2.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 6 1 2 0 0.83 0.67 0.98 348 0.71 0.01
Hex 6 1 2 0 53 43 62 15C 47 1
Octal 6 1 2 0 123 103 142 534 107 1
Binary 110 1 10 0 1010011 1000011 1100010 101011100 1000111 1

Color Harmonies of #060102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060102

Black with #060102

Text Example


Text Example

White with #060102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060102; }

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

 H1.HeaderClassName
 {
   color: #060102;
 }
 .AnyTagClassName
 {
   color: #060102;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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