Html Css Color HEX #3C020A Rustic Red

📋 copy color: '#3C020A'

red 60 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #3C020A

Tints of Rustic Red #3C020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.89%

R = 83.33%
G = 2.78%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.76

RGB Variations

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

Color information

#3C020A (or 0x3C020A) is known color: Rustic Red. HEX triplet: 3C, 02 and 0A. RGB value is (60,2,10). Sum of RGB (Red+Green+Blue) = 60+2+10=72 (9% of max value = 765). Red value is 60 (23.83% from 255 or 83.33% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020A is #C3FDF5. Grayscale: #141414. Windows color (decimal): -12844534 or 655932. OLE color: 655932.

HSL color Cylindrical-coordinate representation of color #3C020A: hue angle of 351.72º 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 #3C020A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 2 10 -
CMYK 0 0.97 0.83 0.76
HSL 351.72º 0.94% 0.12% -
HSV(B) 351.72º 0.97% 0.24% -
XYZ 1.94 1.03 0.38 -
YUV 20.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 60 2 10 0 0.97 0.83 0.76 351.72 0.94 0.12
Hex 3C 2 A 0 61 53 4C 160 5E C
Octal 74 2 12 0 141 123 114 540 136 14
Binary 111100 10 1010 0 1100001 1010011 1001100 101100000 1011110 1100

Color Harmonies of #3C020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C020A

Black with #3C020A

Text Example


Text Example

White with #3C020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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