Html Css Color HEX #3C080E Rustic Red

📋 copy color: '#3C080E'

red 60 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #3C080E

Tints of Rustic Red #3C080E

RGB

 RED value IS 60 (23.83% from 255) = 73.17%

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 14 (5.86% from 255) = 17.07%

R = 73.17%
G = 9.76%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3C080E (or 0x3C080E) is known color: Rustic Red. HEX triplet: 3C, 08 and 0E. RGB value is (60,8,14). Sum of RGB (Red+Green+Blue) = 60+8+14=82 (10% of max value = 765). Red value is 60 (23.83% from 255 or 73.17% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 60 - color contains mainly: red. Hex color #3C080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C080E is #C3F7F1. Grayscale: #181818. Windows color (decimal): -12842994 or 919612. OLE color: 919612.

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

Color convert

RGB 60 8 14 -
CMYK 0 0.87 0.77 0.76
HSL 353.08º 0.76% 0.13% -
HSV(B) 353.08º 0.87% 0.24% -
XYZ 2.03 1.17 0.53 -
YUV 24.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 60 8 14 0 0.87 0.77 0.76 353.08 0.76 0.13
Hex 3C 8 E 0 57 4D 4C 161 4C D
Octal 74 10 16 0 127 115 114 541 114 15
Binary 111100 1000 1110 0 1010111 1001101 1001100 101100001 1001100 1101

Color Harmonies of #3C080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C080E

Black with #3C080E

Text Example


Text Example

White with #3C080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,14); }

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

background-color css

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

 a { background-color: rgb(60,8,14); }

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

border-color css

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

 span { border-color: rgb(60,8,14); }

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