Html Css Color HEX #3C020D Rustic Red

📋 copy color: '#3C020D'

red 60 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #3C020D

Tints of Rustic Red #3C020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 80%
G = 2.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C020D (or 0x3C020D) is known color: Rustic Red. HEX triplet: 3C, 02 and 0D. RGB value is (60,2,13). Sum of RGB (Red+Green+Blue) = 60+2+13=75 (9% of max value = 765). Red value is 60 (23.83% from 255 or 80% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020D is #C3FDF2. Grayscale: #141414. Windows color (decimal): -12844531 or 852540. OLE color: 852540.

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

Color convert

RGB 60 2 13 -
CMYK 0 0.97 0.78 0.76
HSL 348.62º 0.94% 0.12% -
HSV(B) 348.62º 0.97% 0.24% -
XYZ 1.96 1.03 0.48 -
YUV 20.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 60 2 13 0 0.97 0.78 0.76 348.62 0.94 0.12
Hex 3C 2 D 0 61 4E 4C 15D 5E C
Octal 74 2 15 0 141 116 114 535 136 14
Binary 111100 10 1101 0 1100001 1001110 1001100 101011101 1011110 1100

Color Harmonies of #3C020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C020D

Black with #3C020D

Text Example


Text Example

White with #3C020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,13); }

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

background-color css

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

 a { background-color: rgb(60,2,13); }

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

border-color css

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

 span { border-color: rgb(60,2,13); }

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