Html Css Color HEX #3C010F Rustic Red

📋 copy color: '#3C010F'

red 60 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #3C010F

Tints of Rustic Red #3C010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 15 (6.25% from 255) = 19.74%

R = 78.95%
G = 1.32%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3C010F (or 0x3C010F) is known color: Rustic Red. HEX triplet: 3C, 01 and 0F. RGB value is (60,1,15). Sum of RGB (Red+Green+Blue) = 60+1+15=76 (10% of max value = 765). Red value is 60 (23.83% from 255 or 78.95% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 60 - color contains mainly: red. Hex color #3C010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C010F is #C3FEF0. Grayscale: #141414. Windows color (decimal): -12844785 or 983356. OLE color: 983356.

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

Color convert

RGB 60 1 15 -
CMYK 0 0.98 0.75 0.76
HSL 345.76º 0.97% 0.12% -
HSV(B) 345.76º 0.98% 0.24% -
XYZ 1.96 1.02 0.54 -
YUV 20.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 60 1 15 0 0.98 0.75 0.76 345.76 0.97 0.12
Hex 3C 1 F 0 62 4B 4C 15A 61 C
Octal 74 1 17 0 142 113 114 532 141 14
Binary 111100 1 1111 0 1100010 1001011 1001100 101011010 1100001 1100

Color Harmonies of #3C010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C010F

Black with #3C010F

Text Example


Text Example

White with #3C010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,15); }

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

background-color css

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

 a { background-color: rgb(60,1,15); }

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

border-color css

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

 span { border-color: rgb(60,1,15); }

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