Html Css Color HEX #3E030C Rustic Red

📋 copy color: '#3E030C'

red 62 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #3E030C

Tints of Rustic Red #3E030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 80.52%
G = 3.9%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.76

RGB Variations

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

Color information

#3E030C (or 0x3E030C) is known color: Rustic Red. HEX triplet: 3E, 03 and 0C. RGB value is (62,3,12). Sum of RGB (Red+Green+Blue) = 62+3+12=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E030C is #C1FCF3. Grayscale: #151515. Windows color (decimal): -12713204 or 787262. OLE color: 787262.

HSL color Cylindrical-coordinate representation of color #3E030C: hue angle of 350.85º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E030C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 3 12 -
CMYK 0 0.95 0.81 0.76
HSL 350.85º 0.91% 0.13% -
HSV(B) 350.85º 0.95% 0.24% -
XYZ 2.09 1.12 0.45 -
YUV 21.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 62 3 12 0 0.95 0.81 0.76 350.85 0.91 0.13
Hex 3E 3 C 0 5F 51 4C 15F 5B D
Octal 76 3 14 0 137 121 114 537 133 15
Binary 111110 11 1100 0 1011111 1010001 1001100 101011111 1011011 1101

Color Harmonies of #3E030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E030C

Black with #3E030C

Text Example


Text Example

White with #3E030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,3,12); }

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

background-color css

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

 a { background-color: rgb(62,3,12); }

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

border-color css

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

 span { border-color: rgb(62,3,12); }

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