Html Css Color HEX #3E0009 Rustic Red

📋 copy color: '#3E0009'

red 62 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #3E0009

Tints of Rustic Red #3E0009

RGB

 RED value IS 62 (24.61% from 255) = 87.32%

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

 BLUE value IS 9 (3.91% from 255) = 12.68%

R = 87.32%
G = 0%
B = 12.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.76

RGB Variations

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

Color information

#3E0009 (or 0x3E0009) is known color: Rustic Red. HEX triplet: 3E, 00 and 09. RGB value is (62,0,9). Sum of RGB (Red+Green+Blue) = 62+0+9=71 (9% of max value = 765). Red value is 62 (24.61% from 255 or 87.32% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0009 is #C1FFF6. Grayscale: #131313. Windows color (decimal): -12713975 or 589886. OLE color: 589886.

HSL color Cylindrical-coordinate representation of color #3E0009: hue angle of 351.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0009 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 0 9 -
CMYK 0 1 0.85 0.76
HSL 351.29º 1% 0.12% -
HSV(B) 351.29º 1% 0.24% -
XYZ 2.04 1.04 0.35 -
YUV 19.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 62 0 9 0 1 0.85 0.76 351.29 1 0.12
Hex 3E 0 9 0 64 55 4C 15F 64 C
Octal 76 0 11 0 144 125 114 537 144 14
Binary 111110 0 1001 0 1100100 1010101 1001100 101011111 1100100 1100

Color Harmonies of #3E0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0009

Black with #3E0009

Text Example


Text Example

White with #3E0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0009; }

 p { color: rgb(62,0,9); }

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

background-color css

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

 a { background-color: rgb(62,0,9); }

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

border-color css

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

 span { border-color: rgb(62,0,9); }

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