Html Css Color HEX #390003 Rustic Red

📋 copy color: '#390003'

red 57 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #390003

Tints of Rustic Red #390003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5%

R = 95%
G = 0%
B = 5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#390003 (or 0x390003) is known color: Rustic Red. HEX triplet: 39, 00 and 03. RGB value is (57,0,3). Sum of RGB (Red+Green+Blue) = 57+0+3=60 (7% of max value = 765). Red value is 57 (22.66% from 255 or 95% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 57 - color contains mainly: red. Hex color #390003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390003 is #C6FFFC. Grayscale: #111111. Windows color (decimal): -13041661 or 196665. OLE color: 196665.

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

Color convert

RGB 57 0 3 -
CMYK 0 1 0.95 0.78
HSL 356.84º 1% 0.11% -
HSV(B) 356.84º 1% 0.22% -
XYZ 1.7 0.88 0.17 -
YUV 17.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 57 0 3 0 1 0.95 0.78 356.84 1 0.11
Hex 39 0 3 0 64 5F 4E 165 64 B
Octal 71 0 3 0 144 137 116 545 144 13
Binary 111001 0 11 0 1100100 1011111 1001110 101100101 1100100 1011

Color Harmonies of #390003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390003

Black with #390003

Text Example


Text Example

White with #390003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390003; }

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

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

background-color css

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

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

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

border-color css

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

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

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