Html Css Color HEX #040002 Rustic Red

📋 copy color: '#040002'

red 4 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #040002

Tints of Rustic Red #040002

RGB

 RED value IS 4 (1.95% from 255) = 66.67%

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

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.98

RGB Variations

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

Color information

#040002 (or 0x040002) is known color: Rustic Red. HEX triplet: 04, 00 and 02. RGB value is (4,0,2). Sum of RGB (Red+Green+Blue) = 4+0+2=6 (0% of max value = 765). Red value is 4 (1.95% from 255 or 66.67% from 6); Green value is 0 (0.39% from 255 or 0% from 6); Blue value is 2 (1.17% from 255 or 33.33% from 6); Max value from RGB is 4 - color contains mainly: red. Hex color #040002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040002 is #FBFFFD. Grayscale: #010101. Windows color (decimal): -16515070 or 131076. OLE color: 131076.

HSL color Cylindrical-coordinate representation of color #040002: hue angle of 330º 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 #040002 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.98.

Color convert

RGB 4 0 2 -
CMYK 0 1 0.5 0.98
HSL 330º 1% 0.01% -
HSV(B) 330º 1% 0.02% -
XYZ 0.06 0.03 0.06 -
YUV 1.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 4 0 2 0 1 0.5 0.98 330 1 0.01
Hex 4 0 2 0 64 32 62 14A 64 1
Octal 4 0 2 0 144 62 142 512 144 1
Binary 100 0 10 0 1100100 110010 1100010 101001010 1100100 1

Color Harmonies of #040002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040002

Black with #040002

Text Example


Text Example

White with #040002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040002; }

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

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

background-color css

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

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

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

border-color css

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

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

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