Html Css Color HEX #060002 Rustic Red

📋 copy color: '#060002'

red 6 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #060002

Tints of Rustic Red #060002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#060002 (or 0x060002) is known color: Rustic Red. HEX triplet: 06, 00 and 02. RGB value is (6,0,2). Sum of RGB (Red+Green+Blue) = 6+0+2=8 (1% of max value = 765). Red value is 6 (2.73% from 255 or 75% from 8); Green value is 0 (0.39% from 255 or 0% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 6 - color contains mainly: red. Hex color #060002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060002 is #F9FFFD. Grayscale: #020202. Windows color (decimal): -16383998 or 131078. OLE color: 131078.

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

Color convert

RGB 6 0 2 -
CMYK 0 1 0.67 0.98
HSL 340º 1% 0.01% -
HSV(B) 340º 1% 0.02% -
XYZ 0.09 0.04 0.06 -
YUV 2.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 6 0 2 0 1 0.67 0.98 340 1 0.01
Hex 6 0 2 0 64 43 62 154 64 1
Octal 6 0 2 0 144 103 142 524 144 1
Binary 110 0 10 0 1100100 1000011 1100010 101010100 1100100 1

Color Harmonies of #060002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060002

Black with #060002

Text Example


Text Example

White with #060002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060002; }

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

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

background-color css

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

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

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

border-color css

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

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

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