Html Css Color HEX #390002 Rustic Red

📋 copy color: '#390002'

red 57 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #390002

Tints of Rustic Red #390002

RGB

 RED value IS 57 (22.66% from 255) = 96.61%

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

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

R = 96.61%
G = 0%
B = 3.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#390002 (or 0x390002) is known color: Rustic Red. HEX triplet: 39, 00 and 02. RGB value is (57,0,2). Sum of RGB (Red+Green+Blue) = 57+0+2=59 (7% of max value = 765). Red value is 57 (22.66% from 255 or 96.61% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 57 - color contains mainly: red. Hex color #390002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390002 is #C6FFFD. Grayscale: #111111. Windows color (decimal): -13041662 or 131129. OLE color: 131129.

HSL color Cylindrical-coordinate representation of color #390002: hue angle of 357.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 0 2 -
CMYK 0 1 0.96 0.78
HSL 357.89º 1% 0.11% -
HSV(B) 357.89º 1% 0.22% -
XYZ 1.7 0.87 0.14 -
YUV 17.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 57 0 2 0 1 0.96 0.78 357.89 1 0.11
Hex 39 0 2 0 64 60 4E 166 64 B
Octal 71 0 2 0 144 140 116 546 144 13
Binary 111001 0 10 0 1100100 1100000 1001110 101100110 1100100 1011

Color Harmonies of #390002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390002

Black with #390002

Text Example


Text Example

White with #390002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390002; }

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

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

background-color css

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

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

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

border-color css

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

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

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