Html Css Color HEX #030001 Rustic Red

📋 copy color: '#030001'

red 3 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #030001

Tints of Rustic Red #030001

RGB

 RED value IS 3 (1.56% from 255) = 75%

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

 BLUE value IS 1 (0.78% 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.99

RGB Variations

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

Color information

#030001 (or 0x030001) is known color: Rustic Red. HEX triplet: 03, 00 and 01. RGB value is (3,0,1). Sum of RGB (Red+Green+Blue) = 3+0+1=4 (0% of max value = 765). Red value is 3 (1.56% from 255 or 75% from 4); Green value is 0 (0.39% from 255 or 0% from 4); Blue value is 1 (0.78% from 255 or 25% from 4); Max value from RGB is 3 - color contains mainly: red. Hex color #030001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030001 is #FCFFFE. Grayscale: #010101. Windows color (decimal): -16580607 or 65539. OLE color: 65539.

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

Color convert

RGB 3 0 1 -
CMYK 0 1 0.67 0.99
HSL 340º 1% 0.01% -
HSV(B) 340º 1% 0.01% -
XYZ 0.04 0.02 0.03 -
YUV 1.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 3 0 1 0 1 0.67 0.99 340 1 0.01
Hex 3 0 1 0 64 43 63 154 64 1
Octal 3 0 1 0 144 103 143 524 144 1
Binary 11 0 1 0 1100100 1000011 1100011 101010100 1100100 1

Color Harmonies of #030001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030001

Black with #030001

Text Example


Text Example

White with #030001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030001; }

 p { color: rgb(3,0,1); }

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

background-color css

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

 a { background-color: rgb(3,0,1); }

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

border-color css

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

 span { border-color: rgb(3,0,1); }

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