Html Css Color HEX #060304 Rustic Red

📋 copy color: '#060304'

red 6 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #060304

Tints of Rustic Red #060304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 23.08%

 BLUE value IS 4 (1.95% from 255) = 30.77%

R = 46.15%
G = 23.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.98

RGB Variations

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

Color information

#060304 (or 0x060304) is known color: Rustic Red. HEX triplet: 06, 03 and 04. RGB value is (6,3,4). Sum of RGB (Red+Green+Blue) = 6+3+4=13 (1% of max value = 765). Red value is 6 (2.73% from 255 or 46.15% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 6 - color contains mainly: red. Hex color #060304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060304 is #F9FCFB. Grayscale: #040404. Windows color (decimal): -16383228 or 262918. OLE color: 262918.

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

Color convert

RGB 6 3 4 -
CMYK 0 0.50 0.33 0.98
HSL 340º 0.33% 0.02% -
HSV(B) 340º 0.5% 0.02% -
XYZ 0.13 0.11 0.13 -
YUV 4.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 6 3 4 0 0.50 0.33 0.98 340 0.33 0.02
Hex 6 3 4 0 32 21 62 154 21 2
Octal 6 3 4 0 62 41 142 524 41 2
Binary 110 11 100 0 110010 100001 1100010 101010100 100001 10

Color Harmonies of #060304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060304

Black with #060304

Text Example


Text Example

White with #060304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060304; }

 p { color: rgb(6,3,4); }

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

background-color css

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

 a { background-color: rgb(6,3,4); }

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

border-color css

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

 span { border-color: rgb(6,3,4); }

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